[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: ClientUserTransaction and TxPropogation inefficiencies
adrian@jboss.org
do-not-reply at jboss.com
Fri Aug 29 10:33:02 EDT 2008
"jhalliday" wrote : You missed the big one, which is: It won't work with the JTS. Since the JTS is going to be a supported option shortly, we should probably figure out what we want to do about that :-)
What do you mean? UserTransaction is JTA not JTS.
The ClientUserTransaction is only a proxy to a real transaction on the server
so JTS is irrelevant for normal clients.
If there is a transaction manager on the "client" then we use
ServerVMClientUserTransaction which is just a wrapper for that JTA implementation.
UT.begin() -> TM.begin()
etc.
Of course whether/how that "client" will propogate the TPC to the real server
maybe an issue you need to resolve, but it is irrelevant whether
the transaction was started using the UserTransaction api or some
other use of the client's TM.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173347#4173347
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173347
More information about the jboss-dev-forums
mailing list