Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseEntityManagerFactory needs to remove @Inject annotation #50

Open
deanhiller opened this issue Dec 26, 2012 · 0 comments
Open

BaseEntityManagerFactory needs to remove @Inject annotation #50

deanhiller opened this issue Dec 26, 2012 · 0 comments

Comments

@deanhiller
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant