[exo-jcr-commits] exo-jcr SVN: r992 - 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:29:10 EST 2009


Author: areshetnyak
Date: 2009-12-10 11:29:10 -0500 (Thu, 10 Dec 2009)
New Revision: 992

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:24:35 UTC (rev 991)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_backup.xml	2009-12-10 16:29:10 UTC (rev 992)
@@ -63,6 +63,15 @@
       
    </loaders>
    
+   <locking
+         isolationLevel="REPEATABLE_READ"
+         lockParentForChildInsertRemove="false"
+         lockAcquisitionTimeout="10000"
+         nodeLockingScheme="mvcc"
+         writeSkewCheck="false"
+         useLockStriping="false"
+         concurrencyLevel="10000" />
+   
     <!-- Enable batching -->
     <invocationBatching enabled="true"/>
 </jbosscache>

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:24:35 UTC (rev 991)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_digital-assets.xml	2009-12-10 16:29:10 UTC (rev 992)
@@ -63,6 +63,15 @@
       
    </loaders>
    
+   <locking
+         isolationLevel="REPEATABLE_READ"
+         lockParentForChildInsertRemove="false"
+         lockAcquisitionTimeout="10000"
+         nodeLockingScheme="mvcc"
+         writeSkewCheck="false"
+         useLockStriping="false"
+         concurrencyLevel="10000" />
+   
     <!-- Enable batching -->
     <invocationBatching enabled="true"/>
 </jbosscache>

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:24:35 UTC (rev 991)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/resources/conf/portal/jbosscache-configuration_repository_production.xml	2009-12-10 16:29:10 UTC (rev 992)
@@ -63,6 +63,15 @@
       
    </loaders>
    
+   <locking
+         isolationLevel="REPEATABLE_READ"
+         lockParentForChildInsertRemove="false"
+         lockAcquisitionTimeout="10000"
+         nodeLockingScheme="mvcc"
+         writeSkewCheck="false"
+         useLockStriping="false"
+         concurrencyLevel="10000" />
+   
     <!-- Enable batching -->
     <invocationBatching enabled="true"/>
 </jbosscache>



More information about the exo-jcr-commits mailing list