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

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jan 17 03:40:06 EST 2010


Author: areshetnyak
Date: 2010-01-17 03:40:06 -0500 (Sun, 17 Jan 2010)
New Revision: 1441

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jcr-config.xml
Log:
EXOJCR-406  : The config to CacheableLockManager was adde to cluster configuraation.

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jcr-config.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jcr-config.xml	2010-01-17 08:19:24 UTC (rev 1440)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jcr-config.xml	2010-01-17 08:40:06 UTC (rev 1441)
@@ -81,7 +81,7 @@
                <lock-manager class="org.exoplatform.services.jcr.impl.core.lock.jbosscache.CacheableLockManager">
                   <properties>
                      <property name="time-out" value="15m" />
-                     <property name="jbosscache-configuration" value="conf/cluster/test-jbosscache-lockconfig_db1_ws.xml" />
+                     <property name="jbosscache-configuration" value="conf/cluster/test-jbosscache-lockc-onfig_db1_ws.xml" />
                   </properties>
                </lock-manager>
             </workspace>
@@ -122,7 +122,7 @@
                <lock-manager class="org.exoplatform.services.jcr.impl.core.lock.jbosscache.CacheableLockManager">
                   <properties>
                      <property name="time-out" value="15m" />
-                     <property name="jbosscache-configuration" value="conf/cluster/test-jbosscache-lockconfig_db1_ws1.xml" />
+                     <property name="jbosscache-configuration" value="conf/cluster/test-jbosscache-lock-config_db1_ws1.xml" />
                   </properties>
                </lock-manager>
             </workspace>



More information about the exo-jcr-commits mailing list