mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -62,6 +62,7 @@
|
||||
<property name="authenticationComponent"><ref bean="authenticationComponent"/></property>
|
||||
<property name="authenticationService"><ref bean="authenticationService"/></property>
|
||||
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
|
||||
<property name="stateReaper"><ref bean="fileStateReaper"/></property>
|
||||
</bean>
|
||||
|
||||
<bean id="cifsHelper" class="org.alfresco.filesys.smb.server.repo.CifsHelper">
|
||||
@@ -81,6 +82,11 @@
|
||||
<property name="authenticationService"><ref bean="authenticationService"/></property>
|
||||
<property name="mimetypeService"><ref bean="mimetypeService" /></property>
|
||||
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
|
||||
<property name="stateReaper"><ref bean="fileStateReaper"/></property>
|
||||
</bean>
|
||||
|
||||
<!-- File State Reaper -->
|
||||
<bean id="fileStateReaper" class="org.alfresco.filesys.server.state.FileStateReaper"
|
||||
destroy-method="shutdownRequest"/>
|
||||
|
||||
</beans>
|
Reference in New Issue
Block a user