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

Configure OpenEJB Container to use external activemq.xml file

2008-08-06 Thread rde8026
I've been trying to get the openEJB container to allow me to use an external activemq.xml file for a while now and have been unsuccessful. Below is my resource config # Broker configuration URI as defined by ActiveMQ # see http://activemq.apache.org/broker-configuration-uri.html #BrokerX

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: WebServices too long result

2008-08-06 Thread Karan Malhi
Yes, That was my guess too. I took a page from your troubleshooting strategy and wanted to see the data on the wire first :) On Wed, Aug 6, 2008 at 1:04 PM, Dain Sundstrom <[EMAIL PROTECTED]> wrote: > Karan, > > I'd guess that this is the chunking issue again. Chunks are typically 4k > so you w

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: WebServices too long result

2008-08-06 Thread Dain Sundstrom
Karan, I'd guess that this is the chunking issue again. Chunks are typically 4k so you will only see problems from large results. -dain On Aug 6, 2008, at 7:20 AM, Karan Malhi wrote: Not sure, but looks like the connection on the client is closing earlier than required. It would be nice

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

Custom Resource Factory

2008-08-06 Thread lupu.slobodu
How can one configure a custom resource factory(implementation of the javax.naming.spi.ObjectFactory interface). The custom resource factory should be injectable into a stateless. -- View this message in context: http://www.nabble.com/Custom-Resource-Factory-tp18852971p18852971.html Sent from

Re: WebServices too long result

2008-08-06 Thread Karan Malhi
Not sure, but looks like the connection on the client is closing earlier than required. It would be nice if we could somehow see the actual traffic on the wire. Have you used TcpMon before? Could you setup TcpMon and send us the back and forth traffic between the client and server. On Tue, Aug 5,