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

Brian Stansberry brian.stansberry at jboss.com
Tue May 22 21:35:49 EDT 2007


  User: bstansberry
  Date: 07/05/22 21:35:49

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  Don't destroy failed cache from stop
  
  Revision  Changes    Path
  1.70      +1 -4      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.69
  retrieving revision 1.70
  diff -u -b -r1.69 -r1.70
  --- CacheImpl.java	22 May 2007 22:44:00 -0000	1.69
  +++ CacheImpl.java	23 May 2007 01:35:48 -0000	1.70
  @@ -813,9 +813,6 @@
      {
         if (LifecycleUtil.stopAllowed(lifecycleState) == false)
         {
  -         if (LifecycleUtil.needToDestroyFailedCache(lifecycleState))
  -            destroy();
  -         else
               return;
         }
         
  
  
  



More information about the jboss-cvs-commits mailing list