- Create Source model with table (SourceModel and ViewModel)
- Create View model from source model (create transform option)
- Save all and close editors
- Select source model and Refactor > Rename... the it to "SourceModel_XXX"
On Linux, the refactoring will be successful EXCEPT for the <modelImports> element holding the reference to the SourceModel. The "name" attribute is NOT getting updated, even though the modelLocation is changed correctly. Note that the name attribute is basically the model name without the .xmi extension.
I it appears we're missing a little step that replaces the model name without file extension with the new model name.
- is related to
-
TEIIDDES-2331 Issues with renaming Source Model (8.3.4.CR1 and 8.6.0 + Windows 7)
- Closed
-
TEIIDDES-2376 On windows environment, renamig a source model file's name using JBDS will broke a view model which uses the renamed source model
- Closed