mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Another lookup cache checkpoint.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4407 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1018,10 +1018,13 @@
|
||||
<property name="avmRepository">
|
||||
<ref bean="avmRepository"/>
|
||||
</property>
|
||||
<property name="transactionListener">
|
||||
<ref bean="lookupCacheListener"/>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="AVMService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
<property name="proxyInterfaces">
|
||||
<property name="proxyInterfaces">
|
||||
<value>org.alfresco.service.cmr.avm.AVMService</value>
|
||||
</property>
|
||||
<property name="target">
|
||||
@@ -1029,9 +1032,9 @@
|
||||
</property>
|
||||
<property name="interceptorNames">
|
||||
<list>
|
||||
<idref local="AVMService_transaction"/>
|
||||
<idref local="AVMService_descriptor"/>
|
||||
</list>
|
||||
<idref local="AVMService_transaction"/>
|
||||
<idref local="AVMService_descriptor"/>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
Reference in New Issue
Block a user