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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jul 1 09:42:35 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-01 09:42:35 -0400 (Tue, 01 Jul 2008)
New Revision: 6141

Modified:
   core/trunk/src/main/java/org/jboss/cache/invocation/MVCCInvocationContext.java
Log:
temp solution to clean ctx

Modified: core/trunk/src/main/java/org/jboss/cache/invocation/MVCCInvocationContext.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/invocation/MVCCInvocationContext.java	2008-07-01 13:39:03 UTC (rev 6140)
+++ core/trunk/src/main/java/org/jboss/cache/invocation/MVCCInvocationContext.java	2008-07-01 13:42:35 UTC (rev 6141)
@@ -65,10 +65,11 @@
     */
    public void clearLookedUpNodes()
    {
-      if (mvccTCtx != null)
-         mvccTCtx.clearLookedUpNodes();
-      else
-         lookedUpNodes.clear();
+      // TODO: see if we can reinstate common behaviour once we have the ICI calling ctx.reset() instead of ctx.clearLookedUpNodes()
+//      if (mvccTCtx != null)
+//         mvccTCtx.clearLookedUpNodes();
+//      else
+      lookedUpNodes.clear();
    }
 
    /**




More information about the jbosscache-commits mailing list