Author: areshetnyak
Date: 2012-03-06 08:23:03 -0500 (Tue, 06 Mar 2012)
New Revision: 5816
Modified:
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/util/TesterConfigurationHelper.java
Log:
EXOJCR-1758 : The problem with eviction and stoping cache on repository stop was fixed.
Modified:
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/util/TesterConfigurationHelper.java
===================================================================
---
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/util/TesterConfigurationHelper.java 2012-03-06
13:13:36 UTC (rev 5815)
+++
jcr/trunk/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/util/TesterConfigurationHelper.java 2012-03-06
13:23:03 UTC (rev 5816)
@@ -297,7 +297,7 @@
ArrayList cacheParams = new ArrayList();
cacheParams.add(new SimpleParameterEntry("jbosscache-configuration",
"conf/standalone/test-jbosscache-config.xml"));
- cacheParams.add(new SimpleParameterEntry("jbosscache-shareable",
"true"));
+ cacheParams.add(new SimpleParameterEntry("jbosscache-shareable",
Boolean.toString(cacheShared)));
cacheEntry = new CacheEntry(cacheParams);
cacheEntry
.setType("org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.JBossCacheWorkspaceStorageCache");
Show replies by date