|
|
@ -23,7 +23,9 @@ public class DesignerWorkspaceGenerator { |
|
|
|
} |
|
|
|
} |
|
|
|
case Remote: { |
|
|
|
case Remote: { |
|
|
|
WorkspaceClient client = WorkContext.getConnector().connect(config.getConnection()); |
|
|
|
WorkspaceClient client = WorkContext.getConnector().connect(config.getConnection()); |
|
|
|
|
|
|
|
if (client != null) { |
|
|
|
workspace = new RemoteWorkspace(client, config.getConnection()); |
|
|
|
workspace = new RemoteWorkspace(client, config.getConnection()); |
|
|
|
|
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|