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
We could not re-use playorm in another Guice bound application since it tries to rebind BaseEntityManagerFactory. That is the only one that should not be allowed to have @Inject annotation and instead should be injected manually in our BootstrapImpl class or something. We can test if it works with MonitorService in playorm which we tried to bind and instead had to manually inject stuff all over the place.
The text was updated successfully, but these errors were encountered:
We could not re-use playorm in another Guice bound application since it tries to rebind BaseEntityManagerFactory. That is the only one that should not be allowed to have @Inject annotation and instead should be injected manually in our BootstrapImpl class or something. We can test if it works with MonitorService in playorm which we tried to bind and instead had to manually inject stuff all over the place.
The text was updated successfully, but these errors were encountered: