mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
AVMNodeService now points at AVMLockingAwareService.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6023 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -67,6 +67,9 @@
|
||||
<ref bean="layerIssuer" />
|
||||
</list>
|
||||
</property>
|
||||
<property name="avmLockingAwareService">
|
||||
<ref bean="avmLockingAwareService"/>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- Bootstrap AVM Locking Service. -->
|
||||
|
@@ -73,7 +73,7 @@
|
||||
<ref bean="dictionaryService"/>
|
||||
</property>
|
||||
<property name="avmService">
|
||||
<ref bean="avmService"/>
|
||||
<ref bean="avmLockingAwareService"/>
|
||||
</property>
|
||||
<property name="policyComponent">
|
||||
<ref bean="policyComponent"/>
|
||||
|
@@ -751,15 +751,8 @@
|
||||
<!-- The AVMLockingAwareService -->
|
||||
|
||||
<bean id="avmLockingAwareService" class="org.alfresco.repo.avm.AVMLockingAwareService">
|
||||
<property name="avmService">
|
||||
<ref bean="avmService"/>
|
||||
</property>
|
||||
<property name="avmLockingService">
|
||||
<ref bean="avmLockingService"/>
|
||||
</property>
|
||||
<property name="authenticationService">
|
||||
<ref bean="authenticationService"/>
|
||||
</property>
|
||||
<!-- Because of circular dependendencies, this bean's dependencies
|
||||
are grabbed at bootstrap time. -->
|
||||
</bean>
|
||||
|
||||
<bean id="AVMLockingAwareService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
|
Reference in New Issue
Block a user