Import Parts Example project
Continue with example and try to preview or Execute VDB and get no "Source" error from Teiid.
Problem is the Preview VDB is being created prior to the PartsSourceA.xmi being fully loaded. Result is the ModelEntry for it contains ModelType == "Type" instead of "Physical".
Fix is to not respond to Open Project events in TEiid Designer "PreviewManager" class
- is cloned by
-
TEIIDDES-859 Preview data failing for example project.
- Closed