Fixed ALF-4190: fixNameCrcValues-2 fails on 3.4

- Finished implementation: Missing bean injection, update parameters wrong way around, etc
 - Improved performance (negative name crc values can be left as is)
 - Tested 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21814 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-08-16 18:28:34 +00:00
parent 103c17d160
commit b55d27f553
4 changed files with 43 additions and 18 deletions

View File

@@ -1965,6 +1965,9 @@
<property name="controlDAO">
<ref bean="controlDAO" />
</property>
<property name="dictionaryService">
<ref bean="dictionaryService" />
</property>
</bean>
<bean id="patch.redeployNominatedInvitationProcessWithPropsForShare" class="org.alfresco.repo.admin.patch.impl.GenericWorkflowPatch" parent="basePatch" >