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

Manik Surtani msurtani at jboss.com
Thu Nov 30 09:18:04 EST 2006


  User: msurtani
  Date: 06/11/30 09:18:04

  Modified:    src/org/jboss/cache/interceptors  Tag:
                        Branch_JBossCache_1_3_0
                        PessimisticLockInterceptor.java
  Log:
  wc
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.14.2.7  +2 -2      JBossCache/src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PessimisticLockInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java,v
  retrieving revision 1.14.2.6
  retrieving revision 1.14.2.7
  diff -u -b -r1.14.2.6 -r1.14.2.7
  --- PessimisticLockInterceptor.java	29 Nov 2006 17:51:35 -0000	1.14.2.6
  +++ PessimisticLockInterceptor.java	30 Nov 2006 14:18:04 -0000	1.14.2.7
  @@ -34,7 +34,7 @@
    * scope of the TX. When no TX is present, we keep track of the locks acquired during the current method and unlock
    * when the method returns
    * @author Bela Ban
  - * @version $Id: PessimisticLockInterceptor.java,v 1.14.2.6 2006/11/29 17:51:35 msurtani Exp $
  + * @version $Id: PessimisticLockInterceptor.java,v 1.14.2.7 2006/11/30 14:18:04 msurtani Exp $
    */
   public class PessimisticLockInterceptor extends Interceptor {
      TransactionTable           tx_table=null;
  @@ -166,7 +166,7 @@
            //cache.getRemovedNodesMap().remove(fqn);
            //cache.peek(fqn);
            // do a REAL remove here.
  -         cache.realRemove(fqn, false);
  +         cache.realRemove(fqn, true);
         }
   
         return retval;
  
  
  



More information about the jboss-cvs-commits mailing list