diff --git a/config/alfresco/cache-context.xml b/config/alfresco/cache-context.xml index 5ef22757f4..d3c88e25a9 100644 --- a/config/alfresco/cache-context.xml +++ b/config/alfresco/cache-context.xml @@ -400,7 +400,37 @@ 10000 + + + + + + + + + + org.alfresco.cache.readersCache + + + + + + + + + + + + + + org.alfresco.readersTransactionalCache + + + 10000 + + + diff --git a/config/alfresco/dao/dao-context.xml b/config/alfresco/dao/dao-context.xml index 5de38b1db8..aa174a6cea 100644 --- a/config/alfresco/dao/dao-context.xml +++ b/config/alfresco/dao/dao-context.xml @@ -184,6 +184,9 @@ + + + @@ -199,6 +202,9 @@ + + + @@ -234,6 +240,7 @@ + diff --git a/config/alfresco/ehcache-default.xml b/config/alfresco/ehcache-default.xml index 187fde7e8d..17f04ca246 100644 --- a/config/alfresco/ehcache-default.xml +++ b/config/alfresco/ehcache-default.xml @@ -212,6 +212,14 @@ overflowToDisk="false" statistics="false" /> + + + - - - \ No newline at end of file + 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 f73efdd8a6..d26a2b9055 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 @@ -25,7 +25,7 @@ - + @@ -86,6 +86,16 @@ + + + + + + + + @@ -409,7 +419,7 @@ delete from alf_node_aspects where - node_id = #id# + node_id = #nodeId# and qname_id in #aspectQNameIds[]# @@ -592,7 +602,34 @@ #qnameIds[]# + + + select + aspects.node_id as node_id, + aspects.qname_id as qname_id + + + + - +