[jboss-cvs] JBossCache/src/org/jboss/cache/interceptors ...

Manik Surtani manik at jboss.org
Thu May 24 09:11:11 EDT 2007


  User: msurtani
  Date: 07/05/24 09:11:11

  Modified:    src/org/jboss/cache/interceptors 
                        InvocationContextInterceptor.java
  Log:
  Removed ugly and buggy bypassInterceptorChain Option
  
  Revision  Changes    Path
  1.19      +0 -6      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.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- InvocationContextInterceptor.java	23 May 2007 15:22:03 -0000	1.18
  +++ InvocationContextInterceptor.java	24 May 2007 13:11:10 -0000	1.19
  @@ -57,12 +57,6 @@
                     log.trace("No ongoing transaction to suspend");
                  }
               }
  -
  -            if (optionOverride.isBypassInterceptorChain())
  -            {
  -               log.trace("Interceptor chain bypass option set for call; skipping interceptor chain and proceeding to last interceptor.");
  -               return getLast().invoke(ctx);
  -            }
            }
   
            Object retval = super.invoke(ctx);
  
  
  



More information about the jboss-cvs-commits mailing list