Merged HEAD-BUG-FIX to HEAD (4.2)

54931: MNT-9576: Merged V4.1-BUG-FIX (4.1.7) to HEAD-BUG-FIX (4.2)
      54563: MNT-9461 - CIFS Clustering not Working in alfresco 4.1.5


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55011 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2013-09-06 07:13:06 +00:00
parent 8ade4cb3f9
commit d9524ce81e

View File

@@ -2376,6 +2376,7 @@ public class ServerConfigurationBean extends AbstractServerConfigurationBean imp
// Create a ClusterConfigSection and attach it to 'this'. // Create a ClusterConfigSection and attach it to 'this'.
ClusterConfigSection clusterConf = new ClusterConfigSection(this); ClusterConfigSection clusterConf = new ClusterConfigSection(this);
clusterConf.setConfigFile(clusterConfigBean.getConfigFile());
} }