X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=legacy%2Forg.argeo.slc.client.ui%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Feditors%2FProcessEditor.java;h=022460fbb4275ca992f54bc3dbf154b4d9a60603;hb=fbde11e8a342318876a4744c4676d3618bdf8583;hp=38db84a3cd544375712c17dba347fa504785ad44;hpb=69a25048f4a4e78a00e1a8a60455e83e00e06dcc;p=gpl%2Fargeo-slc.git diff --git a/legacy/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/editors/ProcessEditor.java b/legacy/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/editors/ProcessEditor.java index 38db84a3c..022460fbb 100644 --- a/legacy/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/editors/ProcessEditor.java +++ b/legacy/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/editors/ProcessEditor.java @@ -11,7 +11,7 @@ import javax.jcr.Repository; import javax.jcr.RepositoryException; import javax.jcr.Session; -import org.argeo.api.NodeConstants; +import org.argeo.api.cms.CmsConstants; import org.argeo.eclipse.ui.dialogs.ErrorFeedback; import org.argeo.jcr.JcrUtils; import org.argeo.slc.SlcException; @@ -54,7 +54,7 @@ public class ProcessEditor extends FormEditor implements SlcTypes, SlcNames { pushSession = new ServerPushSession(); pushSession.start(); try { - homeSession = repository.login(NodeConstants.HOME_WORKSPACE); + homeSession = repository.login(CmsConstants.HOME_WORKSPACE); agentSession = repository.login(); } catch (RepositoryException e1) { throw new SlcException("Cannot log in to repository");