mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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
This commit is contained in:
@@ -88,9 +88,6 @@
|
||||
<!-- Import the RM service's -->
|
||||
<import resource="classpath:alfresco/module/org_alfresco_module_rm/rm-service-context.xml"/>
|
||||
|
||||
<!-- Import the Classified Records Services -->
|
||||
<import resource="classpath:alfresco/module/org_alfresco_module_rm/rm-classified-records-context.xml"/>
|
||||
|
||||
<!-- Import DOD 5015 -->
|
||||
<import resource="classpath:alfresco/module/org_alfresco_module_rm/dod5015/dod5015-context.xml"/>
|
||||
|
||||
@@ -243,4 +240,8 @@
|
||||
|
||||
<!-- Import the RM webscript's -->
|
||||
<import resource="classpath:alfresco/module/org_alfresco_module_rm/rm-webscript-context.xml"/>
|
||||
|
||||
<!-- Import the Classified Records Services -->
|
||||
<import resource="classpath:alfresco/module/org_alfresco_module_rm/rm-classified-records-context.xml"/>
|
||||
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user