diff --git a/config/alfresco/authority-services-context.xml b/config/alfresco/authority-services-context.xml
index 999a8e9e0d..f36a751aeb 100644
--- a/config/alfresco/authority-services-context.xml
+++ b/config/alfresco/authority-services-context.xml
@@ -82,6 +82,12 @@
+
+
+
+
+
+
diff --git a/config/alfresco/bootstrap-context.xml b/config/alfresco/bootstrap-context.xml
index 0553bef9dc..ddaee27dc7 100644
--- a/config/alfresco/bootstrap-context.xml
+++ b/config/alfresco/bootstrap-context.xml
@@ -784,6 +784,12 @@
/${spaces.company_home.childname}
+
+
+
+
+
+
diff --git a/config/alfresco/cache-context.xml b/config/alfresco/cache-context.xml
index ab9612da21..6f914a2fbc 100644
--- a/config/alfresco/cache-context.xml
+++ b/config/alfresco/cache-context.xml
@@ -148,6 +148,35 @@
+
+
+
+
+
+
+
+
+
+ org.alfresco.cache.node.allRootNodesCache
+
+
+
+
+
+
+
+
+
+
+
+
+ org.alfresco.cache.node.allRootNodesTransactionalCache
+
+
+
+
+
+
@@ -176,7 +205,7 @@
org.alfresco.cache.node.nodesTransactionalCache
-
+
@@ -209,7 +238,7 @@
org.alfresco.cache.node.aspectsTransactionalCache
-
+
@@ -392,7 +421,73 @@
org.alfresco.authorityTransactionalCache
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.alfresco.cache.authorityToChildAuthorityCache
+
+
+
+
+
+
+
+
+
+
+
+
+ org.alfresco.authorityToChildAuthorityTransactionalCache
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.alfresco.cache.zoneToAuthorityCache
+
+
+
+
+
+
+
+
+
+
+
+
+ org.alfresco.zoneToAuthorityTransactionalCache
+
+
diff --git a/config/alfresco/dao/dao-context.xml b/config/alfresco/dao/dao-context.xml
index fd587769be..1c0edc83f9 100644
--- a/config/alfresco/dao/dao-context.xml
+++ b/config/alfresco/dao/dao-context.xml
@@ -115,6 +115,7 @@
+
diff --git a/config/alfresco/ehcache-default.xml b/config/alfresco/ehcache-default.xml
index a9e9b761e9..429564cbf4 100644
--- a/config/alfresco/ehcache-default.xml
+++ b/config/alfresco/ehcache-default.xml
@@ -42,6 +42,13 @@
overflowToDisk="false"
statistics="false"
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml
index 206e2ebe66..389a164a3f 100644
--- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml
+++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml
@@ -921,6 +921,42 @@
assoc.assoc_index ASC,
assoc.id ASC
+
+
+
+ where
+ parentNode.id = #{parentNode.id}
+ and assoc.child_node_id = #{childNode.id}
+
+ and assoc.type_qname_id in
+
+ #{item}
+
+
+ and assoc.type_qname_id = #{typeQNameId}
+ and assoc.qname_crc = #{qnameCrc}
+ and assoc.qname_ns_id = #{qnameNamespaceId}
+ and assoc.qname_localname = #{qnameLocalName}
+ and assoc.is_primary = #{isPrimary}
+ and assoc.child_node_name = #{childNodeName}
+ and assoc.child_node_name_crc = #{childNodeNameCrc}
+
+ and child_node_name_crc in
+
+ #{item}
+
+
+
+ and childNode.type_qname_id in
+
+ #{item}
+
+
+
+ and parentStore.id = childStore.id
+ childStore.id]]>
+
+