RM-1686 (Performance issue caused by DocLibRmSiteExistsEvaluator)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2@89903 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-11-04 21:23:01 +00:00
parent 2a4eef688d
commit faeda16c0b
2 changed files with 126 additions and 6 deletions

View File

@@ -3,13 +3,18 @@
<beans>
<bean id="jsonConversionComponentCache" class="org.alfresco.repo.cache.DefaultSimpleCache" />
<!-- extending bean definition -->
<bean id="rm.jsonConversionComponent" class="org.alfresco.module.org_alfresco_module_rm.jscript.app.JSONConversionComponent"
parent="baseJsonConversionComponent">
parent="baseJsonConversionComponent" init-method="init">
<property name="recordService" ref="RecordService"/>
<property name="filePlanService" ref="FilePlanService"/>
<property name="capabilityService" ref="CapabilityService"/>
<property name="dictionaryService" ref="DictionaryService" />
<property name="siteService" ref="SiteService" />
<property name="policyComponent" ref="policyComponent" />
<property name="jsonConversionComponentCache" ref="jsonConversionComponentCache" />
</bean>
<!-- extends core bean with RM extensions -->
@@ -861,7 +866,7 @@
</property>
<property name="capability" value ="DeleteHold"/>
</bean>
<bean id="jsonConversionComponent.editHold"
parent="jsonConversionComponent.baseAction">
<property name="name" value="editHold"/>