mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
105375: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) 105133: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3) 104891: MNT-10962: Versioning for cmis:document not working initially - Fixed lost dependancies after r104888. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@105409 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -166,6 +166,7 @@ public class CMISTest
|
||||
private ActionService actionService;
|
||||
private RuleService ruleService;
|
||||
private NodeArchiveService nodeArchiveService;
|
||||
private DictionaryService dictionaryService;
|
||||
|
||||
private AlfrescoCmisServiceFactory factory;
|
||||
|
||||
@@ -337,6 +338,7 @@ public class CMISTest
|
||||
this.cmisDictionaryService = (CMISDictionaryService)ctx.getBean("OpenCMISDictionaryService1.1");
|
||||
this.auditDAO = (AuditDAO) ctx.getBean("auditDAO");
|
||||
this.nodeArchiveService = (NodeArchiveService) ctx.getBean("nodeArchiveService");
|
||||
this.dictionaryService = (DictionaryService) ctx.getBean("dictionaryService");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user