mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix mistaken check-ins.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5794 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<import resource="classpath:alfresco/avm-services-context.xml" />
|
||||
<import resource="classpath:alfresco/audit-services-context.xml" />
|
||||
<import resource="classpath:alfresco/attributes-service-context.xml"/>
|
||||
<!-- <import resource="classpath:alfresco/linkvalidation-service-context.xml"/> -->
|
||||
<import resource="classpath:alfresco/linkvalidation-service-context.xml"/>
|
||||
<import resource="classpath:alfresco/remote-services-context.xml"/>
|
||||
<import resource="classpath*:alfresco/patch/*-context.xml" />
|
||||
<import resource="classpath*:alfresco/domain/*-context.xml" />
|
||||
|
@@ -1275,18 +1275,23 @@
|
||||
|
||||
<!-- LinkValidationService -->
|
||||
<!-- Read transaction advisor for link validation service. -->
|
||||
<!-- <bean id="linkValidationServiceReadTxnAdvisor"
|
||||
<bean id="linkValidationServiceReadTxnAdvisor"
|
||||
class="org.springframework.aop.support.NameMatchMethodPointcutAdvisor">
|
||||
<property name="advice">
|
||||
<ref bean="retryingReadTxnAdvice"/>
|
||||
</property>
|
||||
<property name="mappedNames">
|
||||
<list>
|
||||
<!-- Takes a value to a collection of webapps -->
|
||||
<!-- (e.g.: mysite:/www/avm_webapps) -->
|
||||
<!-- or a specific webapp within a store -->
|
||||
<!-- (e.g.: mysite:/www/avm_webapps/ROOT) -->
|
||||
<value>getBrokenHrefs</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
</bean>
|
||||
|
||||
<!-- Write transaction advisor for link validation service. -->
|
||||
<bean id="linkValidationServiceWriteTxnAdvisor"
|
||||
class="org.springframework.aop.support.NameMatchMethodPointcutAdvisor">
|
||||
<property name="advice">
|
||||
@@ -1294,6 +1299,11 @@
|
||||
</property>
|
||||
<property name="mappedNames">
|
||||
<list>
|
||||
<!-- Takes a value to a collection of webapps -->
|
||||
<!-- (e.g.: mysite:/www/avm_webapps) -->
|
||||
<!-- or a specific webapp within a store -->
|
||||
<!-- (e.g.: mysite:/www/avm_webapps/ROOT) -->
|
||||
|
||||
<value>updateHrefInfo</value>
|
||||
|
||||
</list>
|
||||
@@ -1317,6 +1327,6 @@
|
||||
<value>linkValidationServiceReadTxnAdvisor</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean> -->
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user