From 803b7928835792afa7b8ded95284eddfaa7ce35f Mon Sep 17 00:00:00 2001 From: Neil McErlean Date: Mon, 23 Mar 2015 23:06:46 +0000 Subject: [PATCH] A preliminary and speculative fix to the RM startup sequencing issues caused by the addition of the ClassificationService (as part of RM-1945, RM-1946). I've moved the declaration of the service spring bean further down the list - notably beyond the RM patches. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@99936 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../module/org_alfresco_module_rm/module-context.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/module-context.xml b/rm-server/config/alfresco/module/org_alfresco_module_rm/module-context.xml index e05cfb4b03..220ea33aea 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/module-context.xml +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/module-context.xml @@ -88,9 +88,6 @@ - - - @@ -243,4 +240,8 @@ + + + +