[gatein-commits] gatein SVN: r6327 - epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 22 06:51:56 EDT 2011


Author: hfnukal
Date: 2011-04-22 06:51:56 -0400 (Fri, 22 Apr 2011)
New Revision: 6327

Added:
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
Log:
JBEPP-780 PicketLink should use separate cache cluster names for apiCacheConfig and storeCacheConfig

Added: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml	                        (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml	2011-04-22 10:51:56 UTC (rev 6327)
@@ -0,0 +1,38 @@
+<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
+
+  <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-api-cluster">
+    <stateRetrieval timeout="20000" fetchInMemoryState="false" />
+    <jgroupsConfig multiplexerStack="jcr.stack" />
+    <sync />
+  </clustering>
+
+  <!-- Eviction configuration -->
+  <eviction wakeUpInterval="5000">
+    <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+      eventQueueSize="1000000">
+      <property name="maxNodes" value="100000" />
+      <property name="timeToLive" value="120000" />
+      <property name="warnNoExpirationKey" value="false" />
+    </default>
+  </eviction>
+
+</jbosscache>
+<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
+
+  <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-api-cluster">
+    <stateRetrieval timeout="20000" fetchInMemoryState="false" />
+    <jgroupsConfig multiplexerStack="jcr.stack" />
+    <sync />
+  </clustering>
+
+  <!-- Eviction configuration -->
+  <eviction wakeUpInterval="5000">
+    <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+      eventQueueSize="1000000">
+      <property name="maxNodes" value="100000" />
+      <property name="timeToLive" value="120000" />
+      <property name="warnNoExpirationKey" value="false" />
+    </default>
+  </eviction>
+
+</jbosscache>

Added: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml	                        (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml	2011-04-22 10:51:56 UTC (rev 6327)
@@ -0,0 +1,38 @@
+<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
+
+  <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-store-cluster">
+    <stateRetrieval timeout="20000" fetchInMemoryState="false" />
+    <jgroupsConfig multiplexerStack="jcr.stack" />
+    <sync />
+  </clustering>
+
+  <!-- Eviction configuration -->
+  <eviction wakeUpInterval="5000">
+    <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+      eventQueueSize="1000000">
+      <property name="maxNodes" value="100000" />
+      <property name="timeToLive" value="120000" />
+      <property name="warnNoExpirationKey" value="false" />
+    </default>
+  </eviction>
+
+</jbosscache>
+<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
+
+  <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-store-cluster">
+    <stateRetrieval timeout="20000" fetchInMemoryState="false" />
+    <jgroupsConfig multiplexerStack="jcr.stack" />
+    <sync />
+  </clustering>
+
+  <!-- Eviction configuration -->
+  <eviction wakeUpInterval="5000">
+    <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+      eventQueueSize="1000000">
+      <property name="maxNodes" value="100000" />
+      <property name="timeToLive" value="120000" />
+      <property name="warnNoExpirationKey" value="false" />
+    </default>
+  </eviction>
+
+</jbosscache>



More information about the gatein-commits mailing list