Author: nfilotto
Date: 2010-09-16 02:07:12 -0400 (Thu, 16 Sep 2010)
New Revision: 3117
Modified:
kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/src/main/java/org/exoplatform/services/cache/impl/jboss/ExoCacheFactoryImpl.java
Log:
EXOJCR-943: By default the parameter allow.shareable.cache is set to false
Modified:
kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/src/main/java/org/exoplatform/services/cache/impl/jboss/ExoCacheFactoryImpl.java
===================================================================
---
kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/src/main/java/org/exoplatform/services/cache/impl/jboss/ExoCacheFactoryImpl.java 2010-09-15
18:47:08 UTC (rev 3116)
+++
kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/src/main/java/org/exoplatform/services/cache/impl/jboss/ExoCacheFactoryImpl.java 2010-09-16
06:07:12 UTC (rev 3117)
@@ -68,7 +68,7 @@
*/
public static final String ALLOW_SHAREABLE_CACHE = "allow.shareable.cache";
- public static final boolean ALLOW_SHAREABLE_CACHE_DEFAULT = true;
+ public static final boolean ALLOW_SHAREABLE_CACHE_DEFAULT = false;
/**
* The configuration manager that allows us to retrieve a configuration file in
several different
Show replies by date