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

Importing QVT O Transformation from another Folder into a Reconfiguration Rule causes Rule Application Failing #1

Open
DariaLoana opened this issue May 16, 2015 · 0 comments

Comments

@DariaLoana
Copy link
Contributor

The transformations AssemblyContextLoadbalancing, AssemblyContextReverseLoadbalancing, ResourceContainerLoadbalancing and ResourceContainerReverseLoadbalancing are reusable as a completion and as a reconfiguration rule.
Currently, they hat to be copied into org.scaledl.architecturaltemplates.repositories.cloudscale.DynamicHorizontalScalingAssemblyContext.templates.ReconfigurationRules and org.scaledl.architecturaltemplates.repositories.cloudscale.DynamicHorizontalScalingResourceContainer.templates.ReconfigurationRules.
The cause is importing the particular transformations by using the statement "import completions.Loadbalancing" or "import completions.ReverseLoadbalancing" in org.scaledl.architecturaltemplates.repositories.cloudscale.DynamicHorizontalScalingAssemblyContext.templates.ReconfigurationRules.AssemblyContextScaling causes compilation errors that lead to a failing of rule application:
WARN org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOExecutor - Rule application failed with message: Compilation errors found in unit '.../git/ArchitecturalTemplates/plugins/org.scaledl.architecturaltemplates.repositories.cloudscale/templates/DynamicHorizontalScalingAssemblyContext/ReconfigurationRules/AssemblyContextScaling.qvto'

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

1 participant