[jboss-cvs] JBossAS SVN: r58847 - trunk/tomcat/src/resources
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 5 13:20:41 EST 2006
Author: hmesha
Date: 2006-12-05 13:20:39 -0500 (Tue, 05 Dec 2006)
New Revision: 58847
Modified:
trunk/tomcat/src/resources/tc6-cluster-beans.xml
trunk/tomcat/src/resources/tc6-cluster-service.xml
Log:
JBAS-3571 - enabling back the cache loader config element for http session replication
Modified: trunk/tomcat/src/resources/tc6-cluster-beans.xml
===================================================================
--- trunk/tomcat/src/resources/tc6-cluster-beans.xml 2006-12-05 16:22:57 UTC (rev 58846)
+++ trunk/tomcat/src/resources/tc6-cluster-beans.xml 2006-12-05 18:20:39 UTC (rev 58847)
@@ -50,7 +50,6 @@
</property>
</bean>
</property>
- <!--
<property name="cacheLoaderConfig">
<bean name="TomcatClusteringCacheLoaderConfig"
class="org.jboss.cache.config.CacheLoaderConfig">
@@ -69,7 +68,6 @@
</property>
</bean>
</property>
- -->
</bean>
<!-- Now we use the above configuration to construct the cache itself -->
Modified: trunk/tomcat/src/resources/tc6-cluster-service.xml
===================================================================
--- trunk/tomcat/src/resources/tc6-cluster-service.xml 2006-12-05 16:22:57 UTC (rev 58846)
+++ trunk/tomcat/src/resources/tc6-cluster-service.xml 2006-12-05 18:20:39 UTC (rev 58847)
@@ -176,7 +176,7 @@
</config>
</attribute>
- <!-- passivation store config using jboss cache 1.3 +
+ <!-- passivation store config using jboss cache 1.3 + -->
<attribute name="CacheLoaderConfiguration">
<config>
@@ -194,8 +194,7 @@
</cacheloader>
</config>
</attribute>
-
- -->
+
</mbean>
More information about the jboss-cvs-commits
mailing list