You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run the SoMoX more than one time with the same input path file, the
model is not reloaded.
The loading of the model is called only then the Run configurations... is
started.
Original issue reported on code.google.com by [email protected] on 3 Sep 2014 at 12:23
The text was updated successfully, but these errors were encountered:
Current status: The loading of KDM model happens whenever we modify the input
path text. But it does not load the correct one. It loads the model once.
Whenever we change the model and trigger the modify event, it still loads the
initial model (not the modified).
The KDM model should be reloaded every time we click RUN (and not when we
modify the file path).
Since the loading model is not working properly, this bug may also result in
another failure, such as
java.lang.UnsupportedOperationException
at java.util.Collections$UnmodifiableMap.put
the real cause of this is under invetigation.
The current solution is to restart the eclipse and run somox again.
Original issue reported on code.google.com by
[email protected]
on 3 Sep 2014 at 12:23The text was updated successfully, but these errors were encountered: