I'm asking if we can replace the proxy with one that throws
the lazy loading exception on any method access without leaking dependencies on
the proxy related classes.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clebert Suconic
Sent: Wednesday, February 15, 2006 5:16 PM
To: jboss-development@lists.sourceforge.net; jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] client libraries on EJB3Well...I'm not sure what would happen if the lazy relationship is filled.I guess you would get the ClassNotFoundException on any Lazy Relationship if hibernate.proxy is not availble. Bill? Kabir?I only tested without activating a Lazy Relationships.