mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -564,7 +564,7 @@ public class UISandboxSnapshots extends SelfRenderingComponent
|
||||
|
||||
private AVMService getAVMService(FacesContext fc)
|
||||
{
|
||||
return (AVMService)FacesContextUtils.getRequiredWebApplicationContext(fc).getBean("AVMService");
|
||||
return (AVMService)FacesContextUtils.getRequiredWebApplicationContext(fc).getBean("AVMLockingAwareService");
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1132,7 +1132,7 @@ public class UIUserSandboxes extends SelfRenderingComponent
|
||||
|
||||
private AVMService getAVMService(FacesContext fc)
|
||||
{
|
||||
return (AVMService)FacesContextUtils.getRequiredWebApplicationContext(fc).getBean("AVMService");
|
||||
return (AVMService)FacesContextUtils.getRequiredWebApplicationContext(fc).getBean("AVMLockingAwareService");
|
||||
}
|
||||
|
||||
private NodeService getNodeService(FacesContext fc)
|
||||
|
Reference in New Issue
Block a user