Checkpoint of file state refactoring.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4419 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2006-11-22 11:14:57 +00:00
parent 2e2dbf62f1
commit 5b2edc8b58

View File

@@ -62,6 +62,7 @@
<property name="authenticationComponent"><ref bean="authenticationComponent"/></property> <property name="authenticationComponent"><ref bean="authenticationComponent"/></property>
<property name="authenticationService"><ref bean="authenticationService"/></property> <property name="authenticationService"><ref bean="authenticationService"/></property>
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property> <property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
<property name="stateReaper"><ref bean="fileStateReaper"/></property>
</bean> </bean>
<bean id="cifsHelper" class="org.alfresco.filesys.smb.server.repo.CifsHelper"> <bean id="cifsHelper" class="org.alfresco.filesys.smb.server.repo.CifsHelper">
@@ -81,6 +82,11 @@
<property name="authenticationService"><ref bean="authenticationService"/></property> <property name="authenticationService"><ref bean="authenticationService"/></property>
<property name="mimetypeService"><ref bean="mimetypeService" /></property> <property name="mimetypeService"><ref bean="mimetypeService" /></property>
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property> <property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
<property name="stateReaper"><ref bean="fileStateReaper"/></property>
</bean> </bean>
<!-- File State Reaper -->
<bean id="fileStateReaper" class="org.alfresco.filesys.server.state.FileStateReaper"
destroy-method="shutdownRequest"/>
</beans> </beans>