[jbosscache-commits] JBoss Cache SVN: r6180 - core/trunk/src/main/java/org/jboss/cache/interceptors.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Jul 4 08:13:03 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-04 08:13:03 -0400 (Fri, 04 Jul 2008)
New Revision: 6180

Modified:
   core/trunk/src/main/java/org/jboss/cache/interceptors/InvocationContextInterceptor.java
Log:
Reverted: Always scrub txs!

Modified: core/trunk/src/main/java/org/jboss/cache/interceptors/InvocationContextInterceptor.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/interceptors/InvocationContextInterceptor.java	2008-07-04 11:47:53 UTC (rev 6179)
+++ core/trunk/src/main/java/org/jboss/cache/interceptors/InvocationContextInterceptor.java	2008-07-04 12:13:03 UTC (rev 6180)
@@ -182,8 +182,7 @@
           * basically any other call coming in on the same thread and hijacking any running tx's
           * was highlighted in JBCACHE-606
           */
-//         if (scrubContextOnCompletion)
-         setTransactionalContext(null, null, null, ctx);
+         if (scrubContextOnCompletion) setTransactionalContext(null, null, null, ctx);
 
          // clean up any invocation-scope options set up
          if (trace) log.trace("Resetting invocation-scope options");




More information about the jbosscache-commits mailing list