Can anyone please help I am stuck for two days already cannot
understand why EclipseLink is not giving the EntityManager.
I started with GWT Galileo plugins with Glassfish app server that
comes with EclipseLink JPA. If I setup a dinamic web project with JPA
everything works fine i can get the EntityManager by dependency
injection [ @PersistenceContext(unitName="somename") EntityManager
em; ] if I debug it the em variable is some object not null. However
if I do exactly the same but with addition of GWT to the dynamic web
project the em variable is always empty (null);
I am creating a new GWT project and than adding a facet of dynamic web
project and JPA like described in 
http://code.google.com/p/google-web-toolkit/issues/detail?id=3584
 Everything else is the same. Can anyone point me in the right
direction what could be wrong when using GWT + Dynamic web project?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to