From 553df63c59e6a2402bc64365715e480346eb2bb9 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 6 Jul 2010 20:40:35 +0000 Subject: [PATCH] Stub the replication service action executor Doesn't trigger a transfer yet, as waiting on the appropriate node finder git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20967 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/replication-services-context.xml | 32 +++--- .../ReplicationActionExecutor.java | 100 ++++++++++++++++++ .../ReplicationDefinitionImpl.java | 2 +- .../replication/ReplicationServiceImpl.java | 5 +- .../ReplicationServiceIntegrationTest.java | 31 +++++- 5 files changed, 155 insertions(+), 15 deletions(-) create mode 100644 source/java/org/alfresco/repo/replication/ReplicationActionExecutor.java diff --git a/config/alfresco/replication-services-context.xml b/config/alfresco/replication-services-context.xml index 271fdf3e1b..58fad68cd2 100644 --- a/config/alfresco/replication-services-context.xml +++ b/config/alfresco/replication-services-context.xml @@ -48,24 +48,32 @@ - - + + + + + false + + + + {http://www.alfresco.org/model/content/1.0}content + {http://www.alfresco.org/model/content/1.0}folder + + + + + + + + +