]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/SessionImplDb.java
Fixing problems in the database unit testing environment with Acorn
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / SessionImplDb.java
index d60c0573ad83882ea21fe547ea18041e5a719b84..92c5e9dda255a93b19ffeb21954a2c4153c7c674 100644 (file)
@@ -123,8 +123,9 @@ final public class SessionImplDb extends SessionImplSocket {
 
         String databaseId = serverInfo.getDatabaseId();
         String serverId = serverInfo.getServerId();
-        virtualGraphServerSupport.connect(databaseId + "." + serverId);
-        clusterSetsSupport.connect(databaseId + "." + serverId);
+        String id = databaseId + "." + serverId;
+        virtualGraphServerSupport.connect(id);
+        clusterSetsSupport.connect(id);
 
     }