Merged BRANCHES/V2.2 to HEAD:

89903: RM-1686 (Performance issue caused by DocLibRmSiteExistsEvaluator)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@90130 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-11-07 14:10:27 +00:00
parent a695ccfb0e
commit 1dc4c46d7b
2 changed files with 125 additions and 5 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 -->