[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBMESSAGING-545 - Leaks on XA transactions
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Sep 22 10:02:53 EDT 2006
For III this is being done at the end of Commit/Rollback (not a finally block).
Also, deleteTransaction is double checking for the state of the transaction. If you try to delete a transaction which is not in COMMITED or ROLLEDBACK state it will throw an exception. I wanted to have this double check since I knew this constraint.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973566#3973566
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973566
More information about the jboss-dev-forums
mailing list