Re: Question about Servlet Scope DI

2012-09-30 Thread Jan Galinski
I am confused by your usage of "servlet scope" and "request". Can you please tell us, what you are trying to achive? In Servlet context, you may have to deal with application-, session and request scopes ... and perhaps even use Providers to make those scopes work together ... -- You received

Re: Problem with Guice Persistence

2012-09-30 Thread Stephan Classen
Hi Nicolas Your probelm is not related to guice. guice-persist calls EntityManager.createEntityManager() During the execution of this method you get an AccessControlException have a look at: http://stackoverflow.com/questions/1514204/security-problem-while-connecting-mysql-using-jdbc-in-gwt-host

Problem with Guice Persistence

2012-09-30 Thread Nicolas JAN
Hi, I am working on an Web application based on GIN + GWT + Guice + JPA architecture, and I have difficulties with Guice persistence. My web application is a simple todo manager in the aim to learn how it's work. The JPA provider is EclipseLink and the database is MySQL. I have this error when