mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user