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

Manik Surtani manik at jboss.org
Mon Jul 2 18:20:04 EDT 2007


  User: msurtani
  Date: 07/07/02 18:20:04

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  How on earth did some of this sneak in?!??
  
  Revision  Changes    Path
  1.98      +56 -53    JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -b -r1.97 -r1.98
  --- CacheImpl.java	29 Jun 2007 17:40:49 -0000	1.97
  +++ CacheImpl.java	2 Jul 2007 22:20:04 -0000	1.98
  @@ -2898,6 +2898,9 @@
   
         // for now, perform a very simple series of getData calls.
         InvocationContext ctx = getInvocationContext();
  +
  +      log.debug("*****************>>>>> " + printLockInfo());
  +
         try
         {
            ctx.setOriginLocal(false);
  @@ -2919,7 +2922,7 @@
                        // collection are direct children of BUDDY_BACKUP_SUBTREE_FQN
                        backupNodeFqn = BuddyManager.getBackupFqn(childName.toString(), fqn);
                        actualNode = findNode(backupNodeFqn);
  -                     if (actualNode == null) break;
  +                     if (actualNode != null) break;
                     }
                  }
                  /*Map children = backupSubtree.getChildrenMapDirect();
  
  
  



More information about the jboss-cvs-commits mailing list