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

Brian Stansberry brian.stansberry at jboss.com
Tue May 22 21:36:12 EDT 2007


  User: bstansberry
  Date: 07/05/22 21:36:12

  Modified:    src/org/jboss/cache/jmx  CacheJmxWrapper.java
  Log:
  Don't destroy failed cache from stop
  
  Revision  Changes    Path
  1.21      +2 -5      JBossCache/src/org/jboss/cache/jmx/CacheJmxWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheJmxWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheJmxWrapper.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- CacheJmxWrapper.java	22 May 2007 22:52:52 -0000	1.20
  +++ CacheJmxWrapper.java	23 May 2007 01:36:12 -0000	1.21
  @@ -54,7 +54,7 @@
    * {@link CacheImpl}.
    * 
    * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.20 $
  + * @version $Revision: 1.21 $
    */
   public class CacheJmxWrapper 
      extends NotificationBroadcasterSupport
  @@ -230,9 +230,6 @@
      {
         if (LifecycleUtil.stopAllowed(lifecycleState) == false)
         {
  -         if (LifecycleUtil.needToDestroyFailedCache(lifecycleState))
  -            destroy();
  -         else
               return;
         }
         
  
  
  



More information about the jboss-cvs-commits mailing list