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.2@114900 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-10-21 12:27:06 +00:00
parent a4a5f9e81b
commit ec084d68fd

View File

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