mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged missing changes to file-servers.xml and file-servers.properties from 13521 in V3.1
Synchronized new file-servers-context.xml with these changes Debugged NFS and Desktop Action Initialization via Spring git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13831 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -28,6 +28,7 @@ import java.util.List;
|
||||
|
||||
import org.alfresco.error.AlfrescoRuntimeException;
|
||||
import org.alfresco.filesys.alfresco.AlfrescoContext;
|
||||
import org.alfresco.filesys.alfresco.AlfrescoDiskDriver;
|
||||
import org.alfresco.filesys.alfresco.IOControlHandler;
|
||||
import org.alfresco.jlan.server.auth.acl.AccessControl;
|
||||
import org.alfresco.jlan.server.core.DeviceContextException;
|
||||
@@ -100,8 +101,6 @@ public class ContentContext extends AlfrescoContext
|
||||
setStoreName(storeName);
|
||||
setRootPath(rootPath);
|
||||
setRootNodeRef(rootNodeRef);
|
||||
|
||||
afterPropertiesSet();
|
||||
}
|
||||
|
||||
public void setStoreName(String name)
|
||||
@@ -148,9 +147,9 @@ public class ContentContext extends AlfrescoContext
|
||||
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet()
|
||||
public void initialize(AlfrescoDiskDriver filesysDriver)
|
||||
{
|
||||
super.afterPropertiesSet();
|
||||
super.initialize(filesysDriver);
|
||||
|
||||
if (m_storeName == null || m_storeName.length() == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user