[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/impl ...

Ben Wang bwang at jboss.com
Fri Jan 5 01:21:11 EST 2007


  User: bwang   
  Date: 07/01/05 01:21:11

  Modified:    src-50/org/jboss/cache/pojo/impl  InternalHelper.java
  Log:
  upd
  
  Revision  Changes    Path
  1.9       +5 -4      JBossCache/src-50/org/jboss/cache/pojo/impl/InternalHelper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InternalHelper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/impl/InternalHelper.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- InternalHelper.java	3 Jan 2007 08:55:37 -0000	1.8
  +++ InternalHelper.java	5 Jan 2007 06:21:11 -0000	1.9
  @@ -356,9 +356,9 @@
         if (cache_.getRoot().getChild(fqn).getChildren() != null)
         {
            // remove everything
  -//         cache_.removeNode(fqn);
  -         cache_.getRoot().getChild(fqn).clearData();
  -         removeNodeWithoutInterceptor(fqn);
  +         cache_.removeNode(fqn);
  +//         cache_.getRoot().getChild(fqn).clearData();
  +//         removeNodeWithoutInterceptor(fqn);
         }
         else
         {
  @@ -374,7 +374,8 @@
      private void removeNodeWithoutInterceptor(Fqn fqn)
      {
         Option option = cache_.getInvocationContext().getOptionOverrides();
  -      option.setBypassInterceptorChain(false);
  +//      option.setBypassInterceptorChain(false);
  +      option.setBypassInterceptorChain(true);
         cache_.removeNode(fqn);
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list