]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/editors/ProcessEditor.java
Adapt to changes in Argeo Commons.
[gpl/argeo-slc.git] / org.argeo.slc.client.ui / src / org / argeo / slc / client / ui / editors / ProcessEditor.java
index 4546ee9d8bfff05c00f30ef821c7e75c5d9e25cc..d2bb45a5d2517df47d564b3c0f45cf5cb5368098 100644 (file)
@@ -69,7 +69,7 @@ public class ProcessEditor extends FormEditor implements SlcTypes, SlcNames {
                pushSession = new ServerPushSession();
                pushSession.start();
                try {
-                       homeSession = repository.login(NodeConstants.HOME);
+                       homeSession = repository.login(NodeConstants.HOME_WORKSPACE);
                        agentSession = repository.login();
                } catch (RepositoryException e1) {
                        throw new SlcException("Cannot log in to repository");