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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Jul 4 07:47:53 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-04 07:47:53 -0400 (Fri, 04 Jul 2008)
New Revision: 6179

Modified:
   core/trunk/src/main/java/org/jboss/cache/interceptors/InvocationContextInterceptor.java
Log:
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:02:48 UTC (rev 6178)
+++ core/trunk/src/main/java/org/jboss/cache/interceptors/InvocationContextInterceptor.java	2008-07-04 11:47:53 UTC (rev 6179)
@@ -182,7 +182,8 @@
           * 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