[jboss-cvs] JBossAS SVN: r109703 - branches/JBPAPP_4_3_0_GA_CP08_JBPAPP-5432/transaction/src/main/org/jboss/tm.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 3 10:27:52 EST 2010


Author: jbertram at redhat.com
Date: 2010-12-03 10:27:52 -0500 (Fri, 03 Dec 2010)
New Revision: 109703

Modified:
   branches/JBPAPP_4_3_0_GA_CP08_JBPAPP-5432/transaction/src/main/org/jboss/tm/TransactionImpl.java
Log:
JBPAPP-5432

Modified: branches/JBPAPP_4_3_0_GA_CP08_JBPAPP-5432/transaction/src/main/org/jboss/tm/TransactionImpl.java
===================================================================
--- branches/JBPAPP_4_3_0_GA_CP08_JBPAPP-5432/transaction/src/main/org/jboss/tm/TransactionImpl.java	2010-12-03 13:53:12 UTC (rev 109702)
+++ branches/JBPAPP_4_3_0_GA_CP08_JBPAPP-5432/transaction/src/main/org/jboss/tm/TransactionImpl.java	2010-12-03 15:27:52 UTC (rev 109703)
@@ -1360,6 +1360,7 @@
 
       // Set the status
       status = Status.STATUS_NO_TRANSACTION;
+      onePhaseCommitted = false;
 
       // Notify all threads waiting for the lock.
       notifyAll();



More information about the jboss-cvs-commits mailing list