RE: [JBoss-dev] TxInterceptor split is bad AND broken?

2003-02-12 Thread Bill Burke
Ok, I'm looking at the code further and I'm pretty confused on how a Transaction get propagated across the wire now. Can you explain? I don't see any code anywhere that is doing a tm.resume from the transaction that is past across the wire. Is this code broken? Bill -Original

RE: [JBoss-dev] TxInterceptor split is bad AND broken?

2003-02-12 Thread Bill Burke
PROTECTED] Cc: David Jencks Subject: RE: [JBoss-dev] TxInterceptor split is bad AND broken? Ok, I'm looking at the code further and I'm pretty confused on how a Transaction get propagated across the wire now. Can you explain? I don't see any code anywhere that is doing a tm.resume from

RE: [JBoss-dev] TxInterceptor split is bad AND broken?

2003-02-12 Thread Hiram Chirino
The transaction is not getting propagated across the wire. A new XID is what is getting propagated. Remember that an XID != the tx. The relationship is that a tx will have multiple XIDs (one ore each resource that is involved in the tx). David is treating the remote jboss server like any other

RE: [JBoss-dev] TxInterceptor split is bad AND broken?

2003-02-12 Thread Bill Burke
it is hidden someplace. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hiram Chirino Sent: Wednesday, February 12, 2003 7:31 PM To: [EMAIL PROTECTED] Cc: David Jencks Subject: RE: [JBoss-dev] TxInterceptor split is bad AND broken