MT - fix node service so that policies are triggered with base refs

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8312 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-02-18 16:14:05 +00:00
parent 3d1d97523e
commit 2237d2f748
9 changed files with 41 additions and 79 deletions

View File

@@ -777,9 +777,6 @@
</property>
<property name="internalNodeService">
<ref bean="nodeService" />
</property>
<property name="tenantService">
<ref bean="tenantService" />
</property>
</bean>

View File

@@ -100,6 +100,9 @@
</property>
<property name="indexer">
<ref bean="indexerComponent" />
</property>
<property name="tenantService">
<ref bean="tenantService"/>
</property>
</bean>

View File

@@ -6,8 +6,7 @@
<bean id="usageService" class="org.alfresco.repo.usage.UsageServiceImpl">
<property name="usageDeltaDao" ref="usageDeltaDao"/>
<property name="nodeDaoService" ref="nodeDaoService"/>
<property name="tenantService" ref="tenantService"/>
<property name="nodeDaoService" ref="nodeDaoService"/>
</bean>
<bean id="contentUsageImpl" class="org.alfresco.repo.usage.ContentUsageImpl" init-method="init">