[
https://issues.jboss.org/browse/TEIIDDES-3187?page=com.atlassian.jira.plu...
]
Debbie Steigner commented on TEIIDDES-3187:
-------------------------------------------
Model imports are missing:
Designer 11.1.1, you see at the top of the xmi file and in the import declarations(2) in
the Model Explorer
<?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:diagram="http://www.metamatrix.com/metamodels/Diagram"
xmlns:jdbc="http://www.metamatrix.com/metamodels/JDBC"
xmlns:mmcore="http://www.metamatrix.com/metamodels/Core"
xmlns:relational="http://www.metamatrix.com/metamodels/Relational&qu...
<mmcore:ModelAnnotation
xmi:uuid="mmuuid:3259af10-114e-4d54-bb9c-034767ba0b87"
primaryMetamodelUri="http://www.metamatrix.com/metamodels/Relational...
modelType="PHYSICAL" maxSetSize="1000" ProducerName="Teiid
Designer" ProducerVersion="11.1.1.v20170921-1447">
<modelImports xmi:uuid="mmuuid:9e7af760-13ca-43ba-a951-510243a18af7"
name="XMLSchema"
modelLocation="http://www.w3.org/2001/XMLSchema"
modelType="TYPE"
primaryMetamodelUri="http://www.eclipse.org/xsd/2002/XSD"/>
<modelImports xmi:uuid="mmuuid:f7ff15fa-4d28-40f4-9d69-95f33d1952b0"
name="SimpleDatatypes-instance"
modelLocation="http://www.metamatrix.com/metamodels/SimpleDatatypes-...
modelType="TYPE"
primaryMetamodelUri="http://www.eclipse.org/xsd/2002/XSD"/>
</mmcore:ModelAnnotation>
<relational:BaseTable ....
But with Designer 11.1.2, no model imports in xmi or in the Model Explorer shows import
declarations(0)
<?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:diagram="http://www.metamatrix.com/metamodels/Diagram"
xmlns:jdbc="http://www.metamatrix.com/metamodels/JDBC"
xmlns:mmcore="http://www.metamatrix.com/metamodels/Core"
xmlns:relational="http://www.metamatrix.com/metamodels/Relational&qu...
<mmcore:ModelAnnotation
xmi:uuid="mmuuid:3e54e75e-bb93-41f1-9a3d-950393127a78"
primaryMetamodelUri="http://www.metamatrix.com/metamodels/Relational...
modelType="PHYSICAL" maxSetSize="1000" ProducerName="Teiid
Designer" ProducerVersion="11.1.2.v20180108-1435"/>
<relational:BaseTable xmi:uuid...
Datatypes aren't imported with "JDBC Database >>
Source Model" importer
------------------------------------------------------------------------
Key: TEIIDDES-3187
URL:
https://issues.jboss.org/browse/TEIIDDES-3187
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.1.2
Reporter: Debbie Steigner
Assignee: Barry LaFond
Priority: Blocker
When using "JDBC Database >> Source Model" for Oracle source the
datatypes of the columns are not imported and result in The type is required errors on all
columns. This works in 11.1.1, broken in 11.1.2
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)