[exo-jcr-commits] exo-jcr SVN: r4028 - jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 1 09:58:23 EST 2011


Author: tolusha
Date: 2011-03-01 09:58:23 -0500 (Tue, 01 Mar 2011)
New Revision: 4028

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/cluster/infinispan-indexer.xml
Log:
EXOJCR-832: fix infisnipan configuration

Modified: jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/cluster/infinispan-indexer.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/cluster/infinispan-indexer.xml	2011-03-01 14:57:40 UTC (rev 4027)
+++ jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/cluster/infinispan-indexer.xml	2011-03-01 14:58:23 UTC (rev 4028)
@@ -52,7 +52,7 @@
       <deadlockDetection enabled="true" spinDuration="100"/>
 
       <loaders passivation="false" shared="false" preload="false">
-        <loader class="org.exoplatform.services.jcr.impl.core.query.ispn.IndexerCacheStore" fetchPersistentState="false" ignoreModifications="false" purgeOnStartup="false">
+        <loader class="${infinispan-cachestore-classname}" fetchPersistentState="false" ignoreModifications="false" purgeOnStartup="false">
           <async enabled="false"/>
         </loader>
       </loaders>



More information about the exo-jcr-commits mailing list