users@glassfish.java.net

Re: EclipseLink issue

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Thu, 27 Aug 2009 13:37:34 -0700

Are there any errors in the log? It's probably not EclipseLink, but Glassfish
doesn't have a chance to do the injection. Can you check how the instance with
@PersistenceContext is created?

Regards,
-marina

glassfish_at_javadesktop.org wrote:
> Can anyone please help I am stuck for two days already cannot
> understand why EclipseLink is not giving the EntityManager.
> I started with GWT Eclipse Galileo plugins with Glassfish app server. 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 requesting an EntityManager?
> [Message sent by forum member 'tornike' (tornicke_at_gmail.com)]
>
> http://forums.java.net/jive/thread.jspa?messageID=362191
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>