[gatein-commits] gatein SVN: r2102 - portal/trunk/component/common/src/main/java/conf/jbosscache/cluster.
do-not-reply at jboss.org
do-not-reply at jboss.org
Wed Mar 10 08:13:24 EST 2010
Author: julien_viet
Date: 2010-03-10 08:13:23 -0500 (Wed, 10 Mar 2010)
New Revision: 2102
Modified:
portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml
Log:
remove unused parameters
Modified: portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml
===================================================================
--- portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml 2010-03-10 13:11:18 UTC (rev 2101)
+++ portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml 2010-03-10 13:13:23 UTC (rev 2102)
@@ -20,7 +20,7 @@
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
<!-- The cluster name should be changed by the kernel cache configuration -->
- <clustering mode="replication" clusterName="changeme">
+ <clustering mode="replication" clusterName="gatein">
</clustering>
<eviction wakeUpInterval="5000">
More information about the gatein-commits
mailing list