[jboss-cvs] JBossAS SVN: r73940 - trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 2 13:06:40 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-06-02 13:06:40 -0400 (Mon, 02 Jun 2008)
New Revision: 73940

Modified:
   trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-beans.xml
Log:
[JBAS-5510] Don't eager start the ha-partition cache

Modified: trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-beans.xml
===================================================================
--- trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-beans.xml	2008-06-02 16:47:38 UTC (rev 73939)
+++ trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-beans.xml	2008-06-02 17:06:40 UTC (rev 73940)
@@ -41,12 +41,13 @@
          </map>
       </property>
       
-      <!-- Start these caches as part of the start of this CacheManager -->
+      <!-- Start these caches as part of the start of this CacheManager
       <property name="eagerStartCaches">
          <set>
             <value>ha-partition</value>
          </set>
       </property>
+      -->
       
    </bean>
     




More information about the jboss-cvs-commits mailing list