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