[exo-jcr-commits] exo-jcr SVN: r1442 - 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:56:15 EST 2010


Author: areshetnyak
Date: 2010-01-17 03:56:14 -0500 (Sun, 17 Jan 2010)
New Revision: 1442

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 changed 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:40:06 UTC (rev 1441)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jcr-config.xml	2010-01-17 08:56:14 UTC (rev 1442)
@@ -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-lockc-onfig_db1_ws.xml" />
+                     <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