[exo-jcr-commits] exo-jcr SVN: r3296 - jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 14 10:11:54 EDT 2010


Author: tolusha
Date: 2010-10-14 10:11:54 -0400 (Thu, 14 Oct 2010)
New Revision: 3296

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java
Log:
EXOJCR-998: support shareable cache

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java	2010-10-14 13:35:50 UTC (rev 3295)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java	2010-10-14 14:11:54 UTC (rev 3296)
@@ -332,7 +332,7 @@
             JBOSSCACHE_EXPIRATION_DEFAULT));
 
       this.itemsRoot = Fqn.fromRelativeElements(rootFqn, ITEMS);
-      this.nullItemsRoot = Fqn.fromElements(NULL_ITEMS);
+      this.nullItemsRoot = Fqn.fromRelativeElements(rootFqn, NULL_ITEMS);
       this.childNodes = Fqn.fromRelativeElements(rootFqn, CHILD_NODES);
       this.childProps = Fqn.fromRelativeElements(rootFqn, CHILD_PROPS);
       this.childNodesList = Fqn.fromRelativeElements(rootFqn, CHILD_NODES_LIST);



More information about the exo-jcr-commits mailing list