[Jboss-cvs] JBossAS SVN: r56274 - trunk/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 25 13:06:11 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-25 13:06:10 -0400 (Fri, 25 Aug 2006)
New Revision: 56274

Modified:
   trunk/tomcat/src/resources/tc6-cluster-service.xml
Log:
Disable the passivation cache loader (see JBAS-3571)

Modified: trunk/tomcat/src/resources/tc6-cluster-service.xml
===================================================================
--- trunk/tomcat/src/resources/tc6-cluster-service.xml	2006-08-25 16:36:38 UTC (rev 56273)
+++ trunk/tomcat/src/resources/tc6-cluster-service.xml	2006-08-25 17:06:10 UTC (rev 56274)
@@ -178,7 +178,7 @@
             </config>
         </attribute>
 
-		<!-- passivation store config using jboss cache 1.3 + -->
+		<!-- passivation store config using jboss cache 1.3 +
  
         <attribute name="CacheLoaderConfiguration">
             <config>
@@ -196,6 +196,9 @@
                 </cacheloader>
             </config>
         </attribute>
+        
+         -->
+         
     </mbean>
 
 </server>




More information about the jboss-cvs-commits mailing list