[jboss-cvs] JBossAS SVN: r109017 - trunk/cluster/src/resources/infinispan.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 29 13:21:05 EDT 2010


Author: pferraro
Date: 2010-10-29 13:21:05 -0400 (Fri, 29 Oct 2010)
New Revision: 109017

Modified:
   trunk/cluster/src/resources/infinispan/infinispan-configs.xml
Log:
Add sync, dist named cache configs for web-session and sfsb containers.

Modified: trunk/cluster/src/resources/infinispan/infinispan-configs.xml
===================================================================
--- trunk/cluster/src/resources/infinispan/infinispan-configs.xml	2010-10-29 17:19:06 UTC (rev 109016)
+++ trunk/cluster/src/resources/infinispan/infinispan-configs.xml	2010-10-29 17:21:05 UTC (rev 109017)
@@ -58,6 +58,19 @@
           </loader>
         </loaders>
       </default>
+      <namedCache name="sync">
+        <clustering mode="replication">
+          <stateRetrieval timeout="60000" fetchInMemoryState="true"/>
+          <sync/>
+        </clustering>
+      </namedCache>
+      <namedCache name="dist">
+        <clustering mode="distribution">
+          <stateRetrieval timeout="60000" fetchInMemoryState="false"/>
+          <sync/>
+          <hash numOwners="2"/>
+        </clustering>
+      </namedCache>
     </infinispan>
   </infinispan-config>
 
@@ -92,6 +105,20 @@
         </loaders>
         <eviction wakeUpInterval="5000" strategy="LRU"/>
       </default>
+      <namedCache name="sync">
+        <clustering mode="replication">
+          <stateRetrieval timeout="60000" fetchInMemoryState="true"/>
+          <sync/>
+        </clustering>
+      </namedCache>
+      <namedCache name="dist">
+        <clustering mode="distribution">
+          <stateRetrieval timeout="60000" fetchInMemoryState="false"/>
+          <sync/>
+          <hash numOwners="2"/>
+          <l1 enabled="true"/>
+        </clustering>
+      </namedCache>
     </infinispan>
   </infinispan-config>
 



More information about the jboss-cvs-commits mailing list