[infinispan-commits] Infinispan SVN: r2616 - in branches/4.2.x: demos/gui/src/main/resources/config-samples and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Oct 27 11:08:46 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-10-27 11:08:45 -0400 (Wed, 27 Oct 2010)
New Revision: 2616

Modified:
   branches/4.2.x/core/src/main/resources/config-samples/all.xml
   branches/4.2.x/demos/gui/src/main/resources/config-samples/gui-demo-cache-config.xml
Log:
Updated GUI demo config file to point to 4.2 xsd and removed comment saying that each cache gets its own eviction executor.

Modified: branches/4.2.x/core/src/main/resources/config-samples/all.xml
===================================================================
--- branches/4.2.x/core/src/main/resources/config-samples/all.xml	2010-10-27 13:05:55 UTC (rev 2615)
+++ branches/4.2.x/core/src/main/resources/config-samples/all.xml	2010-10-27 15:08:45 UTC (rev 2616)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <infinispan
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-      xsi:schemaLocation="urn:infinispan:config:4.1 http://www.infinispan.org/schemas/infinispan-config-4.1.xsd"
-      xmlns="urn:infinispan:config:4.1">
+      xsi:schemaLocation="urn:infinispan:config:4.2 http://www.infinispan.org/schemas/infinispan-config-4.2.xsd"
+      xmlns="urn:infinispan:config:4.2">
 
    <!-- *************************** -->
    <!-- System-wide global settings -->
@@ -132,8 +132,10 @@
    <namedCache name="evictionCache">
 
       <!--
-         Eviction configuration.  WakeupInterval defines how often the eviction thread runs, in milliseconds.  0 means
-         the eviction thread will never run.  A separate executor is used for eviction in each cache.
+         Eviction configuration.
+
+         WakeupInterval defines how often the eviction thread runs, in milliseconds.
+         0 means the eviction thread will never run.
       -->
       <eviction wakeUpInterval="500" maxEntries="5000" strategy="FIFO"  threadPolicy="PIGGYBACK"/>
       <expiration lifespan="60000" maxIdle="1000"/>

Modified: branches/4.2.x/demos/gui/src/main/resources/config-samples/gui-demo-cache-config.xml
===================================================================
--- branches/4.2.x/demos/gui/src/main/resources/config-samples/gui-demo-cache-config.xml	2010-10-27 13:05:55 UTC (rev 2615)
+++ branches/4.2.x/demos/gui/src/main/resources/config-samples/gui-demo-cache-config.xml	2010-10-27 15:08:45 UTC (rev 2616)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <infinispan
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-      xsi:schemaLocation="urn:infinispan:config:4.0 http://www.infinispan.org/schemas/infinispan-config-4.0.xsd"
-      xmlns="urn:infinispan:config:4.0">
+      xsi:schemaLocation="urn:infinispan:config:4.2 http://www.infinispan.org/schemas/infinispan-config-4.2.xsd"
+      xmlns="urn:infinispan:config:4.2">
    
    <global>
       <transport clusterName="demoCluster"/>



More information about the infinispan-commits mailing list