[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: JBoss TS JTA - unsetting current transaction association
mark.little@jboss.com
do-not-reply at jboss.com
Sun Jan 7 09:45:07 EST 2007
It is bad/broken design. Only going through TransactionManager/UserTransaction do you get thread-to-transaction association/disassociation. (Same as using Current in OTS). If you terminate the transaction directly through Transaction (equivalent to using the Terminator in OTS) then you the thread-to-transaction association is not modified. You'll need to either use TM/UT or do an explicit suspend afterwards on the calling thread.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998684#3998684
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998684
More information about the jboss-dev-forums
mailing list