anonymous wrote : You can only throw away that knowledge when told to forget.
So, if we commit the transaction through management, we shouldn't throw an exception
if xa.commit(XID) is called.
That probably means...
Say.. this pseudo test should work:
management.commit(XID);
than later when the TM calls commit, we shouldn't throw an exception?
xa.commit(xid);
Is there a way to replicate this behaviour through Arjuna (making it call forget)?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219654#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...