On 2002.08.31 08:12:17 -0400 Michael Bartmann wrote: > David Jencks wrote: > > > The message warns you that if your transaction fails your data may be > left > > in an inconsistent state. You have more than one participant in a jta > > transaction, but one of them only supports local transactions without > two > > phase commit. > > It does not warn when both participants only use local-tx.
Are you sure? I looked at the code involved and expect it to warn twice when 2 local-tx resources are involved. Can you double check before I spend a couple hours verifying this? Note that if one of the participants is jms message delivery, and this delivery only supports local tx, most likely there is only one participant in the jta transaction: in any case please look carefully to see exactly what is getting enrolled in the jta tx. jms delivery transaction enrollment does not work through the jca 1.0 framework contracts, and I'm not sure what happens if delivery doesn't support xa. > Only one participant gets upgraded to xa, situation does > not go worse but now it warns. > > The warning might mean: There is one xa participant so the user might > expect to get full xa benefit but doesn't -> so warn. It's supposed to mean, there is more than one participant and at least one is non-xa, so be sure you know what you are doing. thanks david jencks > > > The warning might be excessive at this point since in order to recover > from > > such failures you would need to run tyrex as your tm and use a jms > provider > > that supported recovery which I believe jbossmq does not. > > I use my own JMS provider, which supports XA transactions > but doesn't handle recovery either ;-( > > > > > thanks > > david jencks > > > > thanks > michael bartmann > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
