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

Manik Surtani msurtani at jboss.com
Wed Nov 8 11:44:19 EST 2006


  User: msurtani
  Date: 06/11/08 11:44:19

  Modified:    src/org/jboss/cache/factories  Tag: Branch_JBossCache_1_4_0
                        InterceptorChainFactory.java
  Log:
  Rolled back potential fix for JBCACHE-814
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.18.2.4  +8 -8      JBossCache/src/org/jboss/cache/factories/InterceptorChainFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InterceptorChainFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/factories/InterceptorChainFactory.java,v
  retrieving revision 1.18.2.3
  retrieving revision 1.18.2.4
  diff -u -b -r1.18.2.3 -r1.18.2.4
  --- InterceptorChainFactory.java	2 Nov 2006 15:34:06 -0000	1.18.2.3
  +++ InterceptorChainFactory.java	8 Nov 2006 16:44:19 -0000	1.18.2.4
  @@ -155,10 +155,10 @@
         else
            addInterceptor(first, txInterceptor);
   
  -      if (first == null)
  -         first = lock_interceptor;
  -      else
  -         addInterceptor(first, lock_interceptor);
  +//      if (first == null)
  +//         first = lock_interceptor;
  +//      else
  +//         addInterceptor(first, lock_interceptor);
   
         // create the stack from the bottom up
         if (activation_interceptor != null)
  @@ -254,10 +254,10 @@
         //else
         // addInterceptor(first, create_if_not_exists_interceptor);
   
  -//      if (first == null)
  -//         first = lock_interceptor;
  -//      else
  -//         addInterceptor(first, lock_interceptor);
  +      if (first == null)
  +         first = lock_interceptor;
  +      else
  +         addInterceptor(first, lock_interceptor);
   
         if (cache.isUsingEviction())
         {
  
  
  



More information about the jboss-cvs-commits mailing list