Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-06 Thread Dain Sundstrom
I believe this this the JIRA for the issue: https://jira.jboss.org/jira/browse/EJBTHREE-440 It appears that Hibernate requires a custom ObjectInputStream to work properly. They claim the root cause is this VM bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4171142 It seems

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-06 Thread David Blevins
On Aug 6, 2008, at 10:28 AM, Dain Sundstrom wrote: I believe this this the JIRA for the issue: https://jira.jboss.org/jira/browse/EJBTHREE-440 It appears that Hibernate requires a custom ObjectInputStream to work properly. They claim the root cause is this VM bug: