[jboss-user] [Beginners Corner] - Re: set a rolled-back txn back to active
gan.gary
do-not-reply at jboss.com
Fri Jul 25 03:18:41 EDT 2008
Is this the limitation of JBoss JTX on local-txn:
anonymous wrote : When more than one recoverable resource is involved in the transaction, management of the commit gets more complicated. Simply asking each of the recoverable resources to commit changes to stable storage is not enough to maintain the atomic property of the transaction. The reason for this is that if one recoverable resource has committed and another fails to commit, part of the transaction would be committed and the other part rolled back.
|
| To get around this problem, the two-phase XA protocol is used.
http://docs.jboss.org/admin-devel/Chap4.html
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166568#4166568
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166568
More information about the jboss-user
mailing list