You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transactional annotation should work like manually creating a transaction with DB.beginTransaction()
Actual behavior
java.lang.IllegalAccessError:
class com.avaje.jdk.realworld.web.ProfilesController (in module avaje.realworld)
cannot access class io.ebeaninternal.api.HelpScopeTrans (in module io.ebean.core)
because module io.ebean.core does not export io.ebeaninternal.api to module avaje.realworld
Steps to reproduce
Have a module-info and a method annotated with transactional
Expected behavior
The transactional annotation should work like manually creating a transaction with
DB.beginTransaction()
Actual behavior
Steps to reproduce
Have a module-info and a method annotated with transactional
The text was updated successfully, but these errors were encountered: