RM-1162: CLONE - Alfresco 4.2.1 could not start with RM module

* see MNT-10259



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.1@60429 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2014-01-23 01:47:00 +00:00
parent 0fee81f854
commit ec5ef73a1f
14 changed files with 73 additions and 99 deletions

View File

@@ -7,6 +7,7 @@
parent="rmBaseCapability"
class="org.alfresco.module.org_alfresco_module_rm.capability.impl.CreateCapability">
<property name="recordService" ref="recordService"/>
<property name="recordsManagementService" ref="recordsManagementService"/>
<property name="name" value="Create"/>
<property name="private" value="true"/>
</bean>

View File

@@ -46,9 +46,7 @@
<bean id="RMSecurityCommon" abstract="true">
<property name="nodeService" ref="nodeService"/>
<property name="permissionService" ref="permissionService"/>
<property name="recordsManagementService" ref="recordsManagementService"/>
<property name="caveatConfigComponent" ref="caveatConfigComponent"/>
<property name="filePlanService" ref="filePlanService"/>
</bean>
<!-- ====== -->