[jboss-cvs] JBossCache/src/org/jboss/cache/interceptors ...
Manik Surtani
msurtani at jboss.com
Thu Sep 7 11:42:15 EDT 2006
User: msurtani
Date: 06/09/07 11:42:15
Modified: src/org/jboss/cache/interceptors
InvocationContextInterceptor.java
Log:
Updated options API usage
Revision Changes Path
1.5 +2 -1 JBossCache/src/org/jboss/cache/interceptors/InvocationContextInterceptor.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: InvocationContextInterceptor.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/InvocationContextInterceptor.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- InvocationContextInterceptor.java 7 Sep 2006 13:52:28 -0000 1.4
+++ InvocationContextInterceptor.java 7 Sep 2006 15:42:15 -0000 1.5
@@ -63,7 +63,8 @@
finally
{
// clean up any invocation-scope options set up
- optionOverride.reset();
+ log.trace("Resetting invocation-scope options");
+ cache.getInvocationContext().getOptionOverrides().reset();
if (resumeSuspended)
{
More information about the jboss-cvs-commits
mailing list