Merged V2.2 to V2.3

114900: Merged V2.2.1.x (2.2.1.3) to V2.2
      114608: 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.3@114902 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-10-21 12:44:37 +00:00
parent a430552d7b
commit b963fb6175

View File

@@ -392,8 +392,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>