From 53c0c9739f9961443953285eee638525f50e31c3 Mon Sep 17 00:00:00 2001 From: Britt Park Date: Mon, 23 Apr 2007 23:59:31 +0000 Subject: [PATCH] Exported AttributeService remotely. Moved all remote beans into remote-services-context.xml git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5530 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/application-context.xml | 1 + .../authentication-services-context.xml | 17 -- config/alfresco/avm-services-context.xml | 56 ------- config/alfresco/core-services-context.xml | 68 -------- config/alfresco/remote-services-context.xml | 155 ++++++++++++++++++ 5 files changed, 156 insertions(+), 141 deletions(-) create mode 100644 config/alfresco/remote-services-context.xml diff --git a/config/alfresco/application-context.xml b/config/alfresco/application-context.xml index 742df1c854..c81accee3c 100644 --- a/config/alfresco/application-context.xml +++ b/config/alfresco/application-context.xml @@ -29,6 +29,7 @@ + diff --git a/config/alfresco/authentication-services-context.xml b/config/alfresco/authentication-services-context.xml index 984c7c59a8..77d732f5d6 100644 --- a/config/alfresco/authentication-services-context.xml +++ b/config/alfresco/authentication-services-context.xml @@ -363,21 +363,4 @@ false - - - - - - - - - org.alfresco.service.cmr.security.AuthenticationService - - - authentication - - - ${avm.remote.port} - - \ No newline at end of file diff --git a/config/alfresco/avm-services-context.xml b/config/alfresco/avm-services-context.xml index 8f88502260..35410e747f 100644 --- a/config/alfresco/avm-services-context.xml +++ b/config/alfresco/avm-services-context.xml @@ -211,62 +211,6 @@ - - - - - ${avm.remote.idlestream.timeout} - - - - - - - - - - - - - - - - - org.alfresco.service.cmr.remote.AVMRemoteTransport - - - avm - - - ${avm.remote.port} - - - - - - - - - - - - - - - - - - org.alfresco.service.cmr.remote.AVMSyncServiceTransport - - - avmsync - - - ${avm.remote.port} - - - diff --git a/config/alfresco/core-services-context.xml b/config/alfresco/core-services-context.xml index 7e48b67fc2..8aa88f2ad5 100644 --- a/config/alfresco/core-services-context.xml +++ b/config/alfresco/core-services-context.xml @@ -802,72 +802,4 @@ /sys:system-registry - - - - - - - - - - - - - - - - - - org.alfresco.service.cmr.remote.RepoRemote - - - - - - - - - - ${server.transaction.mode.default} - ${server.transaction.mode.readOnly} - ${server.transaction.mode.readOnly} - ${server.transaction.mode.readOnly} - ${server.transaction.mode.default} - ${server.transaction.mode.default} - ${server.transaction.mode.default} - - - - - - - - - - - - - - 30000 - - - - - - - - - - org.alfresco.service.cmr.remote.RepoRemoteTransport - - - repo - - - ${avm.remote.port} - - - diff --git a/config/alfresco/remote-services-context.xml b/config/alfresco/remote-services-context.xml new file mode 100644 index 0000000000..78f4249e08 --- /dev/null +++ b/config/alfresco/remote-services-context.xml @@ -0,0 +1,155 @@ + + + + + + + ${avm.remote.idlestream.timeout} + + + + + + + + + + + + + + + + + org.alfresco.service.cmr.remote.AVMRemoteTransport + + + avm + + + ${avm.remote.port} + + + + + + + + + + + + + + + + + + org.alfresco.service.cmr.remote.AVMSyncServiceTransport + + + avmsync + + + ${avm.remote.port} + + + + + + + + + + org.alfresco.service.cmr.security.AuthenticationService + + + authentication + + + ${avm.remote.port} + + + + + + + + + + + + + + + + + + + + org.alfresco.service.cmr.remote.RepoRemote + + + + + + + + + + ${server.transaction.mode.default} + ${server.transaction.mode.readOnly} + ${server.transaction.mode.readOnly} + ${server.transaction.mode.readOnly} + ${server.transaction.mode.default} + ${server.transaction.mode.default} + ${server.transaction.mode.default} + + + + + + + + + + + + + + 30000 + + + + + + + + + + org.alfresco.service.cmr.remote.RepoRemoteTransport + + + repo + + + ${avm.remote.port} + + + + + + + + + + org.alfresco.service.cmr.attributes.AttributeService + + + ${avm.remote.port} + + + \ No newline at end of file