// needed to get newly created workspace config file content when runnin in clustered environment
StringBuffer workspaceConfigContent = clusterNode != null ? new StringBuffer() : null;
// create the workspace configuration
WorkspaceConfig config = repConfig.createWorkspaceConfig(workspaceName, workspaceConfigContent);
WorkspaceInfo info = createWorkspaceInfo(config);
wspInfos.put(workspaceName, info);
if (workspaceConfigContent != null && createWorkspaceEventChannel != null) {
// notify other cluster node that workspace has been created