Author: manik.surtani(a)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();
}
/**
Show replies by date