[
https://issues.jboss.org/browse/TEIIDDES-1004?page=com.atlassian.jira.plu...
]
Mark Drilling updated TEIIDDES-1004:
------------------------------------
Attachment: MasterVDB.vdb
TestVPVDB.vdb
testMergeVDBs.groovy
I was able to reproduce the mergeVDB issue using adminShell, so I am attaching the VDBs
and adminShell script. The virtual procedure transformation apparently is not getting
updated. The attached VDBs each contain the same virtualTable and virtualProc. MasterVDB
return values are both hardcoded to '5' and TestVPVDB return values are both
hardcoded to '10'. Here is summary of the script steps:
1) deploy MasterVDB.vdb
2) deploy TestVPVDB.vdb
3) connect and query MasterVDB. Both the table and proc return 5 - as expected.
4) connect and query TestVPVDB. Both the table and proc return 10 - as expected.
5) Merge TestVPVDB into MasterVDB.
6) connect and query MasterVDB. Now the table returns '10' - expected. But the
proc returns '5' - not expected.
Teiid Designer Preview Feature does not refresh if a transformation
is changed on a procedure
---------------------------------------------------------------------------------------------
Key: TEIIDDES-1004
URL:
https://issues.jboss.org/browse/TEIIDDES-1004
Project: Teiid Designer
Issue Type: Bug
Components: Data Preview
Affects Versions: 7.1.1
Reporter: Debbie Steigner
Assignee: Ramesh Reddy
Fix For: 7.5
Attachments: MasterVDB.vdb, testMergeVDBs.groovy, TestVPVDB.vdb
If a preview is run on a virtual procedure, then the procedure is changed and saved the
preview still gives the results from the previous transformation. You have to close
Developer Studio and re-open to get the correct result.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira