[jboss-cvs] JBoss Messaging SVN: r5070 - branches/Branch_1_4/src/main/org/jboss/messaging/core/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 3 17:40:43 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-10-03 17:40:43 -0400 (Fri, 03 Oct 2008)
New Revision: 5070

Modified:
   branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/JDBCPersistenceManager.java
Log:
https://jira.jboss.org/jira/browse/JBMESSAGING-1282 - just a tweak

Modified: branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/JDBCPersistenceManager.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/JDBCPersistenceManager.java	2008-10-03 21:35:42 UTC (rev 5069)
+++ branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/JDBCPersistenceManager.java	2008-10-03 21:40:43 UTC (rev 5070)
@@ -1944,10 +1944,7 @@
             try
             {
                // Insert the tx record even if there are no refs as we need it for recovery
-               //if (!refsToAdd.isEmpty() || !refsToRemove.isEmpty())
-               //{
-                  addTXRecord(conn, tx);
-               //}
+               addTXRecord(conn, tx);
 
                boolean first = false;
 




More information about the jboss-cvs-commits mailing list