[
https://jira.jboss.org/browse/TEIIDDES-684?page=com.atlassian.jira.plugin...
]
Barry LaFond updated TEIIDDES-684:
----------------------------------
Comment: was deleted
(was: StandardDdlParser.parseColumnConstraint() LINE 1551
if NO columns names are added from the parseColumnNameList() call (i.e See the block for
UNIQUE above it), then we need to add THIS column name as a reference just like the UNIQUE
block above it.
So adding a variable to check the result just like the case above it should do the trick:
// CONSUME COLUMNS
boolean columnsAdded = parseColumnNameList(tokens, constraintNode,
TYPE_COLUMN_REFERENCE);
if (!columnsAdded) {
nodeFactory().node(colName, constraintNode, TYPE_COLUMN_REFERENCE);
})
Unable to import projects created by MetaMatrix 5.5.x
-----------------------------------------------------
Key: TEIIDDES-684
URL:
https://jira.jboss.org/browse/TEIIDDES-684
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 7.1.1
Environment: Windows XP, JBDS 4.0 Beta 1
Reporter: Paul Nittel
Fix For: 7.1.1
Attachments: 001_DataSourceModelingLab_CompletedProjectSet.zip
Importing a Model Project Set (MPS) from the MetaMatrix 5.5.4 Getting Start Guide
tutorials yields no visible results, no errors, but a phantom project exists in the
workspace.
Trying to import the project from an unzipped MPS provides better results, but I found
one of the relational source models was consistently corrupt.
Perhaps things aren't as bleak as they seem, but this all needs to be clearer for the
"hapless user". (I'll attach the MPS.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira