[jboss-cvs] JBoss Messaging SVN: r8057 - 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
Thu Jun 10 02:24:39 EDT 2010
Author: gaohoward
Date: 2010-06-10 02:24:39 -0400 (Thu, 10 Jun 2010)
New Revision: 8057
Modified:
branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java
Log:
JBMESSAGING-1808
Modified: branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java 2010-06-10 03:36:03 UTC (rev 8056)
+++ branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java 2010-06-10 06:24:39 UTC (rev 8057)
@@ -1113,7 +1113,6 @@
{
synchronized (lock)
{
- log.error("----xxxx---- afterRollbackEx, add back ref: " + ref);
addReferenceInMemory(ref);
performDelivery = true;
}
@@ -1123,13 +1122,10 @@
throw new TransactionException("Failed to add reference", t);
}
deliveringCount.decrement();
- log.error("----xxxx---- afterRollbackEx, now count: " + deliveringCount);
}
}
}
- log.error("----xxxx---- afterRollbackEx, performDelivery: " + performDelivery);
-
if (performDelivery)
{
synchronized (lock)
More information about the jboss-cvs-commits
mailing list