X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fworkbench%2Fjcr%2Finternal%2Fmodel%2FRepositoryElem.java;h=a468eab5e85af9a5403d4cae10ce529e31d850cb;hb=ab81a6a1a62b51e670eae7482b1aa9181801cfbd;hp=6a42bd8bd9b50f2234fd9510faecff340400ca5b;hpb=21a4ea1fb5380ce1dd763c1ea09067cdd2dfd0f3;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/jcr/internal/model/RepositoryElem.java b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/jcr/internal/model/RepositoryElem.java index 6a42bd8bd..a468eab5e 100644 --- a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/jcr/internal/model/RepositoryElem.java +++ b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/jcr/internal/model/RepositoryElem.java @@ -23,7 +23,7 @@ import org.argeo.ArgeoException; import org.argeo.eclipse.ui.TreeParent; /** - * UI Tree component. Wraps a JCR {@link Repository}. It also keeps a reference + * UI Tree component that wraps a JCR {@link Repository}. It also keeps a reference * to its parent Tree Ui component; typically the unique {@link Repositories} * object of the current view to enable bi-directionnal browsing in the tree. */ @@ -43,7 +43,7 @@ public class RepositoryElem extends TreeParent { public void login() { try { - defaultSession = repositoryLogin(null); + defaultSession = repositoryLogin("main"); String[] wkpNames = defaultSession.getWorkspace() .getAccessibleWorkspaceNames(); for (String wkpName : wkpNames) {