Issue Type: Bug Bug
Affects Versions: 7.7.1
Assignee: Unassigned
Attachments: RefactorRename_MPS.zip
Components: Modeling
Created: 22/Jun/12 10:30 AM
Description:

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.

Environment: JBDS 5.0 GA, SOA-tooling CR1
Project: Teiid Designer
Priority: Major Major
Reporter: Paul Nittel
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: http://www.atlassian.com/software/jira