Model Loading Issue with Model URIs on Windows #97
-
Hey all, With the setup of the coffee editor model server example, I can access easily all loaded models via Debugging into Is this a known issue and reproducible for others (maybe related to something far more general than EMF.cloud, like Windows-style directory paths and/or URL encoding)? Does anybody maybe know a lightweight workaround (besides adapting or extending ModelRepository to fix the submitted URLs on Windows)? Best, Jörg |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Jörg! The coffee editor uses an older version of the Model Sever in the current master. Hope that helps in the meantme, and if issues still come up, do not hesitate to contact us again. Best, Nina |
Beta Was this translation helpful? Give feedback.
Hi Jörg!
The coffee editor uses an older version of the Model Sever in the current master.
A fix in the Model Server is available that tackles problems with the URI handling on Windows.
As a workaround, you could update the target platform (
backend/releng/org.eclipse.emfcloud.coffee.target/org.eclipse.emfcloud.coffee.target.(tpd|target)
) to the Model Server version0.7.0.202102171625
. This will include the mentioned fix regarding URIs under Windows and should not cause you any other necessary changes due to the update.Hope that helps in the meantme, and if issues still come up, do not hesitate to contact us again.
Best, Nina