Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong VSM migration version #480

Open
GlennPlou opened this issue Oct 15, 2024 · 2 comments
Open

Wrong VSM migration version #480

GlennPlou opened this issue Oct 15, 2024 · 2 comments

Comments

@GlennPlou
Copy link
Contributor

In OD 11.9, when importing VSM created in development runtime with all Sirius plugins (since 7.4.0) - including experimental features - we get the following error:

An internal error occurred during: "Loading models".
The modeling project "sample" is invalid: Problem during loading models: The viewpoint specification model (platform:/resource/sample/My.odesign) can not be loaded because it comes from a more recent Sirius release.
VSM version is: 15.4.0.202401051836
Last Sirius migration version is: 12.0.0.2017041100

It is raised because OD doesn't include ELK plugins by default. Migration version 15.4.0.202401051836 is defined in org.eclipse.sirius.diagram.elk.migration.description.ELK090MigrationParticipant, so if the user didn't installed the plugin org.eclipse.sirius.diagram.elk, its last migration version would be 12.0.0.2017041100.

@GlennPlou GlennPlou added type: bug Something isn't working and removed type: bug Something isn't working labels Oct 15, 2024
@GlennPlou
Copy link
Contributor Author

GlennPlou commented Nov 8, 2024

Another related issue: In Eclipse 2024-09, I installed Sirius 7.4.3 with the update site, checked all features except ELK-related features and dependencies. However, some elk plugins have been installed, although ELK features are not installed. So I have the VSM-version-issue even though I haven't installed ELK features.
image
image

@lredor
Copy link
Contributor

lredor commented Nov 8, 2024

Another related issue: In Eclipse 2024-09, I installed Sirius 7.4.3 with the update site, checked all features except ELK-related features and dependencies. However, some elk plugins have been installed, although ELK features are not installed.

In this case, we should see what caused the installation of the ELK plugins. But since the ELK plugins were installed, it is "normal" to have the corresponding migration participant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants