Rejiggering of wiring to allow CIFS not to go through the lockin layer.

AVMNodeService doesn't point at AVMLockingAwareService.
Web Client now points at AVMLockingAwareService.
Forced a couple of places in the Web Client that were going through NodeService
to use AVMLockingAwareService to get proper locking behavior.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6234 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2007-07-12 16:26:02 +00:00
parent 92c16b80d0
commit bef3799e15

View File

@@ -73,7 +73,7 @@
<ref bean="dictionaryService"/> <ref bean="dictionaryService"/>
</property> </property>
<property name="avmService"> <property name="avmService">
<ref bean="avmLockingAwareService"/> <ref bean="avmService"/>
</property> </property>
<property name="policyComponent"> <property name="policyComponent">
<ref bean="policyComponent"/> <ref bean="policyComponent"/>