users@glassfish.java.net

Re: JUnit Test for EJB Client Failing

From: <glassfish_at_javadesktop.org>
Date: Wed, 26 Mar 2008 12:38:04 PST

Russ,

XXXToMany relationships marked as LAZY (or defaulted to it) will require TopLink classes on the client side to deserialize your entities correctly.

XXXToOne relationships marked as LAZY require you to pre-weave your entities before using them on the client side.

See more details here: http://www.oracle.com/technology/products/ias/toplink/JPA/essentials/toplink-jpa-extensions.html#StaticWeaving

Regards,
-marina
[Message sent by forum member 'mvatkina' (mvatkina)]

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