]
Matej Kralik edited comment on TEIIDDES-3169 at 12/18/17 8:21 AM:
------------------------------------------------------------------
[~blafond] In my point of view, the designer should automatic add tag to the XML when the
infinispan translator is set and the third option is good too when the user wants to edit
the XML for some reason.
E.g. in the 'Save as VDB XML file' wizard is 'Allow Edit XML' checkbox.
was (Author: mkralik):
In my point of view, the designer should automatic add tag to the XML when the infinispan
translator is set and the third option is good too when the user wants to edit the XML for
some reason.
E.g. in the 'Save as VDB XML file' wizard is 'Allow Edit XML' checkbox.
Missing native tag in Teiid Importer
------------------------------------
Key: TEIIDDES-3169
URL:
https://issues.jboss.org/browse/TEIIDDES-3169
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.1.1
Reporter: Matej Kralik
Priority: Critical
Fix For: 11.1.2
Attachments: VDBcontent.png, dataSource.png, translator.png
Teiid importer doesn't add the NATIVE tag to VDB content.
Same problem as Van described
[
here|https://issues.jboss.org/browse/TEIIDDES-3084?focusedCommentId=13417...].
I use jdg7.1-remote-cache quick start from server.
I have VDB and data source on the server, I choose this datasource (dataSource.png) and
set translator to infinispan-hotrod (translator.png) but server shows error:
{code:java}
15:22:00,121 WARN [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID50036 VDB
importVDB.1 model "importVDBSrcModel" metadata failed to load. Reason:TEIID25011
There are three ways to import the metadata,
1) Define "importer.ProtoFilePath" to read from a local .proto file.
2) Define "importer.ProtobufName" property to define .proto file name, when
reading the .proto file from the Infinispan Cache directly.
3) Define the schema using DDL, then use also the "NATIVE" metadata repository
to convert DDL into .proto file
{code}
I noticed in the Advanced tab that NATIVE tag is missing. (VDBcontent.png)