Merged V2.2 to HEAD 7461: Reapply rules to children and other rule related fixes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8385 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2008-02-26 16:35:04 +00:00
parent 8c434ca496
commit a0a312b24d
3 changed files with 33 additions and 10 deletions

View File

@@ -413,6 +413,9 @@
<property name="ruleService">
<ref bean="RuleService" />
</property>
<property name="runtimeRuleService">
<ref bean="ruleService" />
</property>
<property name="dictionaryService">
<ref bean="DictionaryService" />
</property>