users@glassfish.java.net

Re: Lazy loading does not work w Glassfish 3.0.1 + EclipseLink

From: <glassfish_at_javadesktop.org>
Date: Wed, 22 Sep 2010 08:34:45 PDT

Solved it by using static weaving before deploying the application to glassfish. Dynamic weaving seems not to work for our application as we need to create our EntityManager instances "by hand" instead of using injection.

See: http://www.eclipse.org/forums/index.php?t=msg&th=175837&start=0

Now OneToOne lazy loading works fine.
[Message sent by forum member 'jjackb']

http://forums.java.net/jive/thread.jspa?messageID=483340