[exo-jcr-commits] exo-jcr SVN: r1469 - 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
Mon Jan 18 11:23:05 EST 2010


Author: areshetnyak
Date: 2010-01-18 11:23:05 -0500 (Mon, 18 Jan 2010)
New Revision: 1469

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

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-18 16:20:24 UTC (rev 1468)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jcr-config.xml	2010-01-18 16:23:05 UTC (rev 1469)
@@ -78,12 +78,12 @@
                      <property name="changesfilter-config-path" value="conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml" />
                    </properties>
                </query-handler>
-               <!-- lock-manager class="org.exoplatform.services.jcr.impl.core.lock.jbosscache.CacheableLockManager">
+               <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-lock-config_db1_ws.xml" />
                   </properties>
-               </lock-manager -->
+               </lock-manager>
             </workspace>
 
             <workspace name="ws1">
@@ -119,12 +119,12 @@
                      <property name="changesfilter-config-path" value="conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml" />
                   </properties>
                </query-handler>
-               <!-- lock-manager class="org.exoplatform.services.jcr.impl.core.lock.jbosscache.CacheableLockManager">
+               <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-lock-config_db1_ws1.xml" />
                   </properties>
-               </lock-manager -->
+               </lock-manager>
             </workspace>
          </workspaces>
       </repository>



More information about the exo-jcr-commits mailing list