[jboss-cvs] JBossAS SVN: r69914 - trunk/cluster/src/main/org/jboss/invocation/unified/interfaces.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 18 18:11:23 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-02-18 18:11:23 -0500 (Mon, 18 Feb 2008)
New Revision: 69914

Modified:
   trunk/cluster/src/main/org/jboss/invocation/unified/interfaces/UnifiedInvokerHAProxy.java
Log:
[JBAS-4951] Change misleading debug message that could lead to think transaction retry would occurr when it might not do.

Modified: trunk/cluster/src/main/org/jboss/invocation/unified/interfaces/UnifiedInvokerHAProxy.java
===================================================================
--- trunk/cluster/src/main/org/jboss/invocation/unified/interfaces/UnifiedInvokerHAProxy.java	2008-02-18 23:04:27 UTC (rev 69913)
+++ trunk/cluster/src/main/org/jboss/invocation/unified/interfaces/UnifiedInvokerHAProxy.java	2008-02-18 23:11:23 UTC (rev 69914)
@@ -269,7 +269,7 @@
 
                      if (trace)
                      {
-                        log.trace("Received GenericClusteringException where request was not completed.  Will retry.");
+                        log.trace("Received GenericClusteringException where request was not completed.  Will retry if transaction failover is authorised.");
                      }
 
                      continue;




More information about the jboss-cvs-commits mailing list