Barry LaFond created TEIIDDES-2168:
--------------------------------------
Summary: Importing older (7.x) model projects into 8.x Designer results in
.project not including the VdbBuilder buildCommand
Key: TEIIDDES-2168
URL:
https://issues.jboss.org/browse/TEIIDDES-2168
Project: Teiid Designer
Issue Type: Bug
Components: Usability, VDB & Execution
Affects Versions: 8.3.2
Reporter: Barry LaFond
Fix For: 8.5, 8.3.4
Attachments: Books_TEIIDDES_2120.zip
Importing attached model project set, the VDB should end up with an Error problem marker
associated with same named models in VDB (Books.xmi and Books.xsd). Because the old
.project doesn't have the following build command, the VDB is not validated and the
error isn't created:
{code:xml}
<buildCommand>
<name>org.teiid.designer.vdb.ui.vdbBuilder</name>
<arguments>
</arguments>
</buildCommand>
{code}
Need a check and maybe a validation error on the ".project" to detect the older
project and a quick fix to update the .project to add the VDB builder entry.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)