Author: thomas.heute(a)jboss.com
Date: 2010-10-05 04:34:26 -0400 (Tue, 05 Oct 2010)
New Revision: 4493
Modified:
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
JBEPP-523: Cluster channel name are same for all Portal workspaces
Modified:
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-10-05
08:28:59 UTC (rev 4492)
+++
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-10-05
08:34:26 UTC (rev 4493)
@@ -146,7 +146,7 @@
<property name="jbosscache-configuration"
value="${gatein.jcr.lock.cache.config}" />
<property name="jgroups-configuration"
value="${gatein.jcr.jgroups.config}" />
<property name="jgroups-multiplexer-stack"
value="true" />
- <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-system" />
+ <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-portal-system" />
<property name="jbosscache-cl-cache.jdbc.table.name"
value="jcrlock_portal_system" />
<property name="jbosscache-cl-cache.jdbc.table.create"
value="true" />
<property name="jbosscache-cl-cache.jdbc.table.drop"
value="false" />
@@ -212,7 +212,7 @@
<property name="jbosscache-configuration"
value="${gatein.jcr.lock.cache.config}" />
<property name="jgroups-configuration"
value="${gatein.jcr.jgroups.config}" />
<property name="jgroups-multiplexer-stack"
value="true" />
- <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-system" />
+ <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-portal-work" />
<property name="jbosscache-cl-cache.jdbc.table.name"
value="jcrlock_portal_work" />
<property name="jbosscache-cl-cache.jdbc.table.create"
value="true" />
<property name="jbosscache-cl-cache.jdbc.table.drop"
value="false" />
@@ -279,7 +279,7 @@
<property name="jbosscache-configuration"
value="${gatein.jcr.lock.cache.config}" />
<property name="jgroups-configuration"
value="${gatein.jcr.jgroups.config}" />
<property name="jgroups-multiplexer-stack"
value="true" />
- <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-system" />
+ <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-wsrp-system" />
<property name="jbosscache-cl-cache.jdbc.table.name"
value="jcrlock_wsrp_system" />
<property name="jbosscache-cl-cache.jdbc.table.create"
value="true" />
<property name="jbosscache-cl-cache.jdbc.table.drop"
value="false" />
@@ -346,7 +346,7 @@
<property name="jbosscache-configuration"
value="${gatein.jcr.lock.cache.config}"/>
<property name="jgroups-configuration"
value="${gatein.jcr.jgroups.config}"/>
<property name="jgroups-multiplexer-stack"
value="true"/>
- <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-system"/>
+ <property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-pc-system"/>
<property name="jbosscache-cl-cache.jdbc.table.name"
value="jcrlock_portlet_state_system"/>
<property name="jbosscache-cl-cache.jdbc.table.create"
value="true"/>
<property name="jbosscache-cl-cache.jdbc.table.drop"
value="false"/>
Show replies by date