[exo-jcr-commits] exo-jcr SVN: r990 - jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 10 11:23:39 EST 2009


Author: areshetnyak
Date: 2009-12-10 11:23:39 -0500 (Thu, 10 Dec 2009)
New Revision: 990

Modified:
   jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_backup.xml
   jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_digital-assets.xml
   jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_production.xml
Log:
EXOJCR-286 : The confifuration to JBossCache in conf/portal was changed.

Modified: jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_backup.xml
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_backup.xml	2009-12-10 16:23:38 UTC (rev 989)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_backup.xml	2009-12-10 16:23:39 UTC (rev 990)
@@ -7,6 +7,7 @@
       transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup" />
 
    <clustering mode="replication" clusterName="JBoss-Cache-Cluster_repository_backup">
+      <stateRetrieval timeout="20000" fetchInMemoryState="false" />
       
       <jgroupsConfig>
          <!--UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
@@ -55,7 +56,7 @@
    <loaders passivation="false" shared="false">
 
       <loader class="org.exoplatform.services.jcr.impl.storage.jbosscache.JDBCCacheLoader" 
-              async="false" fetchPersistentState="true" ignoreModifications="false" purgeOnStartup="false">
+              async="false" fetchPersistentState="false" ignoreModifications="false" purgeOnStartup="false">
         <properties>
         </properties>
       </loader>   

Modified: jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_digital-assets.xml
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_digital-assets.xml	2009-12-10 16:23:38 UTC (rev 989)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_digital-assets.xml	2009-12-10 16:23:39 UTC (rev 990)
@@ -7,6 +7,7 @@
       transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup" />
 
    <clustering mode="replication" clusterName="JBoss-Cache-Cluster_repository_digital-assets">
+      <stateRetrieval timeout="20000" fetchInMemoryState="false" />
       
       <jgroupsConfig>
          <!--UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
@@ -55,7 +56,7 @@
    <loaders passivation="false" shared="false">
             
       <loader class="org.exoplatform.services.jcr.impl.storage.jbosscache.JDBCCacheLoader" 
-              async="false" fetchPersistentState="true" ignoreModifications="false" purgeOnStartup="false">
+              async="false" fetchPersistentState="false" ignoreModifications="false" purgeOnStartup="false">
         <properties>
         </properties>
       </loader>   

Modified: jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_production.xml
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_production.xml	2009-12-10 16:23:38 UTC (rev 989)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_production.xml	2009-12-10 16:23:39 UTC (rev 990)
@@ -7,6 +7,7 @@
       transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup" />
 
    <clustering mode="replication" clusterName="JBoss-Cache-Cluster_repository_production">
+      <stateRetrieval timeout="20000" fetchInMemoryState="false" />
       
       <jgroupsConfig>
          <!--UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
@@ -55,7 +56,7 @@
    <loaders passivation="false" shared="false">
         
       <loader class="org.exoplatform.services.jcr.impl.storage.jbosscache.JDBCCacheLoader" 
-              async="false" fetchPersistentState="true" ignoreModifications="false" purgeOnStartup="false">
+              async="false" fetchPersistentState="false" ignoreModifications="false" purgeOnStartup="false">
         <properties>
         </properties>
       </loader>   



More information about the exo-jcr-commits mailing list