From ec07d35a230deb59a648df36abdcbfa4845d42f2 Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Wed, 23 May 2007 01:13:18 +0000 Subject: [PATCH] Point checkin. Prep for delivering LinkValidationServcice API; Ignore the API for now (it will evolve rapidly over the next few days). The main thing going on here is that now the Spring wiring is basically right for presenting things as services & controlling transaction boundaries. It's also possible to run this outside of the Alfresco webapp, which makes incremental compilation/testing much easier. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5758 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/application-context.xml | 1 + .../linkvalidation-service-context.xml | 18 +++ config/alfresco/public-services-context.xml | 123 +++++++++++++----- 3 files changed, 109 insertions(+), 33 deletions(-) create mode 100644 config/alfresco/linkvalidation-service-context.xml diff --git a/config/alfresco/application-context.xml b/config/alfresco/application-context.xml index c81accee3c..93b3f13c58 100644 --- a/config/alfresco/application-context.xml +++ b/config/alfresco/application-context.xml @@ -29,6 +29,7 @@ + diff --git a/config/alfresco/linkvalidation-service-context.xml b/config/alfresco/linkvalidation-service-context.xml new file mode 100644 index 0000000000..14e47f8178 --- /dev/null +++ b/config/alfresco/linkvalidation-service-context.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/config/alfresco/public-services-context.xml b/config/alfresco/public-services-context.xml index bc77fc0515..cd9a51be6a 100644 --- a/config/alfresco/public-services-context.xml +++ b/config/alfresco/public-services-context.xml @@ -869,12 +869,11 @@ avmServiceWriteTxnAdvisor avmServiceReadTxnAdvisor - avmSnapShotTriggeredIndexingMethodInterceptor + avmSnapShotTriggeredIndexingMethodInterceptor - - + org.alfresco.service.cmr.avm.AVMService @@ -885,23 +884,23 @@ - avmSnapShotTriggeredIndexingMethodInterceptor + avmSnapShotTriggeredIndexingMethodInterceptor - - - - - - - - - - true - - - + + + + + + + + + + true + + + @@ -968,8 +967,8 @@ getAttributes query getKeys - exists - getCount + exists + getCount @@ -1024,19 +1023,19 @@ - --> - - - - - - - - deployDifferenceFS - deployDifference - - - + --> + + + + + + + + deployDifferenceFS + deployDifference + + + @@ -1278,4 +1277,62 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + getBrokenHrefs + + + + + + + + + + + + + + + + + updateHrefInfo + + + + + + + + + org.alfresco.linkvalidation.LinkValidationService + + + + linkValidationService + + + + linkValidationServiceWriteTxnAdvisor + linkValidationServiceReadTxnAdvisor + + + + +