[exo-jcr-commits] exo-jcr SVN: r1408 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 15 08:04:41 EST 2010


Author: nzamosenchuk
Date: 2010-01-15 08:04:40 -0500 (Fri, 15 Jan 2010)
New Revision: 1408

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
Log:
EXOJCR-391: Remove ChildListEvictionActionPolicy from configuration.

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml	2010-01-15 13:03:07 UTC (rev 1407)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml	2010-01-15 13:04:40 UTC (rev 1408)
@@ -15,10 +15,6 @@
          <property name="maxNodes" value="5000" />
          <property name="timeToLive" value="120000" />
       </default>
-      <region name="/" algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ChildListEvictionActionPolicy" eventQueueSize="1000000">
-         <property name="maxNodes" value="20000" />
-         <property name="timeToLive" value="120000" />
-      </region>
    </eviction>
 
 </jbosscache>



More information about the exo-jcr-commits mailing list