mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Using "lazy-init" for linkvalidation bean, for Eclipse.
Point checkin for link validation. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5769 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
<beans>
|
||||
<bean id="linkValidationService"
|
||||
class="org.alfresco.linkvalidation.LinkValidationServiceImpl">
|
||||
class="org.alfresco.linkvalidation.LinkValidationServiceImpl"
|
||||
lazy-init="true">
|
||||
<property name="attributeService">
|
||||
<ref bean="attributeService"/>
|
||||
</property>
|
||||
|
@@ -1311,7 +1311,8 @@
|
||||
</bean>
|
||||
|
||||
<bean id="LinkValidationService"
|
||||
class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
class="org.springframework.aop.framework.ProxyFactoryBean"
|
||||
lazy-init="true">
|
||||
<property name="proxyInterfaces">
|
||||
<list>
|
||||
<value>org.alfresco.linkvalidation.LinkValidationService</value>
|
||||
|
Reference in New Issue
Block a user