]
Barry LaFond updated TEIIDDES-1425:
-----------------------------------
Fix Version/s: 8.2
(was: 8.1)
Refactor > Rename of abstraction layer model was partially
reflected in transformation
--------------------------------------------------------------------------------------
Key: TEIIDDES-1425
URL:
https://issues.jboss.org/browse/TEIIDDES-1425
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.7.1
Environment: JBDS 5.0 GA, SOA-tooling CR1
Reporter: Paul Nittel
Assignee: Barry LaFond
Fix For: 8.2
Attachments: RefactorRename_MPS.zip
This project had a source model, abstraction layer (transformed from source), and a view
model with a transformation. The transformation is essentially:
SELECT * FROM vParts.Supplier AS s, vParts.Supplier_parts AS sp WHERE s.Supplier_id =
sp.Supplier_id
I added a second source and then used Refactor > Rename to change the original
abstraction layer model from vParts to vParts_Oracle.
The transformation was altered like this:
SELECT * FROM vParts_Oracle.Supplier AS s, vParts.Supplier_parts AS sp WHERE
s.Supplier_id = sp.Supplier_id
So, it changed only the first instance of the model, leaving the transformation invalid.
I'll attach a Model Project Set.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: