Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-21 Thread Dmitri Colebatch
Is the client closing the connection? I find that exception is related to a client exiting without closing its connection (probably actually stopping its session). cheers dim On Sat, 21 Jul 2001, Jason Dillon wrote: > > I'm trying to use MDBs to enable async operations between different > > EJ

Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-21 Thread Jason Dillon
> I'm trying to use MDBs to enable async operations between different > EJBs. The situation I have atm is an entity, a session, a MDB and a stand > alone client. In short, I get the following exception on the server: > > java.io.EOFException > at java.io.ObjectInputStream.readByte(ObjectInpu

Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-18 Thread Dmitri Colebatch
Burkhard, Well, I'll apolagise... you were right - thankyou (o: I was at home when I sent this reply, and changing the datasourceclass does help. Am I correct in thinking that the jboss pool isjust a wrapper for minerva? I would like to ask what it does, but I'll read the code instead (o: che

Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-18 Thread Dmitri Colebatch
Burkhard, Thanks for the response - had already ticked that box though, assuming you're referring to the datasourceclass attribute. I did notice some more though - I've come to the conclusion the two are related. I haven't ever had an XAException and not seen a EOFException. I will say though,