]> gerrit.simantics Code Review - simantics/platform.git/commit
Fixed URI problems related to EnternalEntities during import 79/479/1
authorMiro Richard Eklund <miro.eklund@semantum.fi>
Wed, 3 May 2017 14:39:29 +0000 (17:39 +0300)
committerMiro Richard Eklund <miro.eklund@semantum.fi>
Wed, 3 May 2017 14:39:29 +0000 (17:39 +0300)
commitf7acb1a086643d1a88cf7246fcc11d12c1703dd9
tree738ff186786d77928b4d01441f57507bf1f43129
parent97b19fb4626dd2a78d52a3e575f7252b67a56787
Fixed URI problems related to EnternalEntities during import

Introduced a new function, getTrueUri, that gives the escaped URI.
Used when finding external entities.
Previously, getUri was used, which made finding external entities
impossible, for all User Component's with a space in their name.

refs #7182

Change-Id: I7c81eac8843f98f19054ad5df0b4ee73d2a1753e
bundles/org.simantics.graph.db/src/org/simantics/graph/db/StreamingTransferableGraphImportProcess.java
bundles/org.simantics.graph/src/org/simantics/graph/representation/TransferableGraphUtils.java