Title: Re: [JBoss-dev] client libraries on EJB3
we will need a proxy framework anyways, right?
 
if we replace cglib by something else (aop, javassist maybe) I guess it would be the same on that point, and besides it would require some work.
 


From: [EMAIL PROTECTED] on behalf of Scott M Stark
Sent: Wed 2/15/2006 7:22 PM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] client libraries on EJB3

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 EJB3

Well...
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.
 

Reply via email to