Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-07 Thread Sami Jaber
You are right David. I repeated the process and your zip are ok. I guess my browser picked up the previously zip I got in my DownThemUp cache (I was downloading also the 3.0 final). Sami 2008/8/7 David Blevins <[EMAIL PROTECTED]> > > On Aug 7, 2008, at 3:16 AM, Sami Jaber wrote: > > Thanks, in

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-07 Thread David Blevins
On Aug 7, 2008, at 3:16 AM, Sami Jaber wrote: Thanks, in fact I have decompiled, patched and updated my openejb- client.jar with the content of the current trunk, it worked. That's better to have the whole thing instead of hacking out the bits. That's the crazy thing, both zips where of unmo

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-07 Thread Sami Jaber
Thanks, in fact I have decompiled, patched and updated my openejb-client.jar with the content of the current trunk, it worked. That's better to have the whole thing instead of hacking out the bits. 2008/8/7 David Blevins <[EMAIL PROTECTED]> > Ok. Whipped up another build. > > > http://people.a

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-07 Thread David Blevins
Ok. Whipped up another build. http://people.apache.org/~dblevins/openejb-3.1-r683569.zip Let's see if we don't have better luck with this one. -David On Aug 7, 2008, at 1:08 AM, Sami Jaber wrote: I have checked out the last revision of EjbOutputStream and resolveClass method : http://s

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-07 Thread Sami Jaber
I have checked out the last revision of EjbOutputStream and resolveClass method : http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-client/src/main/java/org/apache/openejb/client/EjbObjectInputStream.java?view=markup&pathrev=672430 This bug should not occurs if I have the right ver

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-07 Thread Sami Jaber
Damned, here is my stacktrace Starting Main ... Debug of initialContext {java.naming.factory.initial=org.apache.openejb.client.RemoteInitialContextFactory, java.naming.security.principal=USERNAME, openejb.home=W:\dev_tools\openejb-3.0, openejb.embedded.remotable=true, local-copy=false, openejb.ser

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-06 Thread David Blevins
On Aug 6, 2008, at 2:33 PM, Sami Jaber wrote: Well David, I have the bits you sent me (kindly) yesterday by mail when I asked you for a "patched" version of 3.0 supporting deployments.classpath.ear. (http://people.apache.org/~dblevins/openejb-3.1-r683137.tar.gz) Do you think that I could get

Re: Lazy fields issue with Hibernate/OpenEJB

2008-08-06 Thread Sami Jaber
Well David, I have the bits you sent me (kindly) yesterday by mail when I asked you for a "patched" version of 3.0 supporting deployments.classpath.ear. (http://people.apache.org/~dblevins/openejb-3.1-r683137.tar.gz) Do you think that I could get a patched version of the patched version that correc

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: http://bugs.sun.co

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

Lazy fields issue with Hibernate/OpenEJB

2008-08-06 Thread Sami Jaber
Hi all, I try to get the couple JPA(Hibernate) and OpenEJB works with an application that uses lazy fields in Pojo. My application is pretty simple, I have an inheritance and some lazy fields are declared FetchMode.LAZY. When I run a client remotely, i get the same error before any call : javax