X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Feditors%2FDistWorkspaceEditor.java;h=0a34a62da0fdeda63d5690b48b9d9a72b75d5b8f;hb=70eec596149a6344d93bdc90877787cbd19ab626;hp=0d3220aafc8a62d079301f1c417ad9eba427d2cd;hpb=524221f25edad4b09aac22555450164e587b304a;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistWorkspaceEditor.java b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistWorkspaceEditor.java index 0d3220aaf..0a34a62da 100644 --- a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistWorkspaceEditor.java +++ b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistWorkspaceEditor.java @@ -64,7 +64,7 @@ public class DistWorkspaceEditor extends FormEditor implements SlcNames { && localSession.nodeExists(editorInput.getRepoNodePath())) repoNode = localSession.getNode(editorInput.getRepoNodePath()); - businessSession = RepoUtils.getCorrespondingSession( + businessSession = RepoUtils.getRemoteSession( repositoryFactory, keyring, repoNode, editorInput.getUri(), editorInput.getWorkspaceName()); } catch (RepositoryException e) {