[exo-jcr-commits] exo-jcr SVN: r1467 - 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 10:02:23 EST 2010


Author: areshetnyak
Date: 2010-01-18 10:02:23 -0500 (Mon, 18 Jan 2010)
New Revision: 1467

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-lock-config_db1_ws.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-lock-config_db1_ws1.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-jbosscache-lock-config_db1_ws.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-lock-config_db1_ws.xml	2010-01-18 14:53:43 UTC (rev 1466)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-lock-config_db1_ws.xml	2010-01-18 15:02:23 UTC (rev 1467)
@@ -46,8 +46,8 @@
       <sync />
    </clustering>
    
-   <!-- loaders passivation="false" shared="false">
-      <loader class="org.jboss.cache.loader.JDBCCacheLoader" async="false" fetchPersistentState="true"
+   <loaders passivation="false" shared="false">
+      <loader class="org.jboss.cache.loader.JDBCCacheLoader" async="false" fetchPersistentState="false"
               ignoreModifications="false" purgeOnStartup="false">
          <properties>
             cache.jdbc.table.name=jcrlocks_db1_ws
@@ -66,6 +66,6 @@
           </properties>
       </loader>  
       
-   </loaders -->
+   </loaders>
    
 </jbosscache>

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-lock-config_db1_ws1.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-lock-config_db1_ws1.xml	2010-01-18 14:53:43 UTC (rev 1466)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-lock-config_db1_ws1.xml	2010-01-18 15:02:23 UTC (rev 1467)
@@ -46,8 +46,8 @@
       <sync />
    </clustering>
    
-   <!-- loaders passivation="false" shared="false">
-      <loader class="org.jboss.cache.loader.JDBCCacheLoader" async="false" fetchPersistentState="true"
+   <loaders passivation="false" shared="false">
+      <loader class="org.jboss.cache.loader.JDBCCacheLoader" async="false" fetchPersistentState="false"
               ignoreModifications="false" purgeOnStartup="false">
          <properties>
             cache.jdbc.table.name=jcrlocks_db1_ws1
@@ -66,6 +66,6 @@
           </properties>
       </loader>  
       
-   </loaders -->
+   </loaders>
    
 </jbosscache>



More information about the exo-jcr-commits mailing list