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