[jboss-cvs] JBossAS SVN: r58581 - trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 06:40:15 EST 2006


Author: bstansberry at jboss.com
Date: 2006-11-18 06:40:14 -0500 (Sat, 18 Nov 2006)
New Revision: 58581

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/BatchReplicationClusteredSessionValve.java
Log:
Fix exception logging

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/BatchReplicationClusteredSessionValve.java
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/BatchReplicationClusteredSessionValve.java	2006-11-18 11:39:41 UTC (rev 58580)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/BatchReplicationClusteredSessionValve.java	2006-11-18 11:40:14 UTC (rev 58581)
@@ -113,7 +113,7 @@
          }
          catch (Exception exn)
          {
-            exn.printStackTrace();
+            log_.error("Caught exception rolling back transaction", exn);
          }
          // We will need to alert Tomcat of this exception.
          throw new RuntimeException("JBossCacheManager.processSessionRepl(): failed to replicate session.", e);




More information about the jboss-cvs-commits mailing list