Merged DEV to V2.2.1.x

114604: MNT-14900 : Alfresco doesn't work with Records Management
      - Fixed the circular reference problem from Spring config xml using NonBlockingLazyInitTargetSource

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2.1.x@114608 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alexandru Balmus
2015-10-16 14:26:00 +00:00
parent dbbe428c37
commit 5effcfdec3

View File

@@ -393,8 +393,12 @@
<property name="proxyInterfaces">
<value>org.alfresco.module.org_alfresco_module_rm.fileplan.FilePlanService</value>
</property>
<property name="target">
<ref bean="filePlanService"/>
<property name="targetSource">
<bean class="org.alfresco.config.NonBlockingLazyInitTargetSource">
<property name="targetBeanName">
<idref bean="filePlanService"/>
</property>
</bean>
</property>
<property name="interceptorNames">
<list>