X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2Finternal%2FSessionImplSocket.java;h=7302d13d45d6b0a9f071945d301ba80eed42f1a2;hp=9efb0fc38c8eab1f7414437c40df37b5918267f4;hb=ffdf837;hpb=d1a82fe1414c77b97bec886d6a3ae3c5d926c334 diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/SessionImplSocket.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/SessionImplSocket.java index 9efb0fc38..7302d13d4 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/SessionImplSocket.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/SessionImplSocket.java @@ -294,7 +294,8 @@ public abstract class SessionImplSocket implements Session, WriteRequestSchedule this.clusterControl = new ClusterControlImpl(this); serviceLocator.registerService(ClusterControl.class, clusterControl); this.clusterSetsSupport = new ClusterSetsSupportImpl2(); // Using same path as virtual graphs. - this.clusterSetsSupport.updateReadAndWriteDirectories(t.toPath(), t.toPath()); + this.clusterSetsSupport.setReadDirectory(t.toPath()); + this.clusterSetsSupport.updateWriteDirectory(t.toPath()); serviceLocator.registerService(ClusterSetsSupport.class, clusterSetsSupport); }