[jboss-cvs] JBossAS SVN: r60075 - branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 27 23:53:25 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-27 23:53:25 -0500 (Sat, 27 Jan 2007)
New Revision: 60075

Modified:
   branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java
Log:
Remove printStackTrace() call

Modified: branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java
===================================================================
--- branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java	2007-01-28 03:45:27 UTC (rev 60074)
+++ branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java	2007-01-28 04:53:25 UTC (rev 60075)
@@ -113,7 +113,7 @@
          }
          catch (Exception exn)
          {
-            exn.printStackTrace();
+            log_.error("Failed to roll 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