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:
David Caruana
2007-05-29 10:03:56 +00:00
parent 33e90e5e94
commit c5e4a60cd7
3 changed files with 50 additions and 36 deletions

View File

@@ -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>