Re: [JBoss-user] inner transactions

2002-02-17 Thread Dmitri Colebatch
t; pull out the error code and check why the insert failed... > > cheers > dim > > > > > eric > > > > -Original Message- > > From: danch [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, February 17, 2002 12:27 PM > > To: Eric Kaplan > > Cc: [E

RE: [JBoss-user] inner transactions

2002-02-17 Thread Eric Kaplan
the error messages. regards eric -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 6:19 PM To: Eric Kaplan Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] inner transactions > thanks for responding on this. seems like my only r

Re: [JBoss-user] inner transactions

2002-02-17 Thread Dmitri Colebatch
uite informative... you could pull out the error code and check why the insert failed... cheers dim > > eric > > -Original Message- > From: danch [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 17, 2002 12:27 PM > To: Eric Kaplan > Cc: [EMAIL PROTECTED] > Subje

RE: [JBoss-user] inner transactions

2002-02-17 Thread Eric Kaplan
TED]] Sent: Sunday, February 17, 2002 12:27 PM To: Eric Kaplan Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] inner transactions Eric Kaplan wrote: > I have two session beans, a and b. Both are container managed transactions, > Requires transaction. I call a from the client, which presumably

Re: [JBoss-user] inner transactions

2002-02-17 Thread danch
Eric Kaplan wrote: > I have two session beans, a and b. Both are container managed transactions, > Requires transaction. I call a from the client, which presumably initiates > the transaction, and a calls b. Something happens in b, which then throws > an EJBException. It seems like this is in

[JBoss-user] inner transactions

2002-02-15 Thread Eric Kaplan
I have two session beans, a and b. Both are container managed transactions, Requires transaction. I call a from the client, which presumably initiates the transaction, and a calls b. Something happens in b, which then throws an EJBException. It seems like this is initiating a rollback, since b