[
https://issues.jboss.org/browse/TEIIDDES-3202?page=com.atlassian.jira.plu...
]
Matej Kralik updated TEIIDDES-3202:
-----------------------------------
Description:
I have a server with RA (resource adapter) for JDG7 (jdg7.1-remote-cache quickstart).
I import model via Teiid importer.
But, when I want to preview table from this model, the generated DDL is invalid and
contains extra bracket after NATIVE metadata tag.
{code:java}
....
</metadata>
<metadata type="NATIVE">)
</model>
</vdb>
{code}
was:
I have a server with VDB which contains source model which consumes data from JDG7
(jdg7.1-remote-cache quickstart with PersonVDB which contains People source model with
Person table).
I import this model via Teiid importer.
But, when I want to preview table from this model, the generated DDL is invalid and
contains extra bracket after NATIVE metadata tag.
{code:java}
....
</metadata>
<metadata type="NATIVE">)
</model>
</vdb>
{code}
Preview data on imported JDG7 model doesn't work
------------------------------------------------
Key: TEIIDDES-3202
URL:
https://issues.jboss.org/browse/TEIIDDES-3202
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.1.3
Reporter: Matej Kralik
Attachments: importJDG7.zip
I have a server with RA (resource adapter) for JDG7 (jdg7.1-remote-cache quickstart).
I import model via Teiid importer.
But, when I want to preview table from this model, the generated DDL is invalid and
contains extra bracket after NATIVE metadata tag.
{code:java}
....
</metadata>
<metadata type="NATIVE">)
</model>
</vdb>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)