]
Van Halbert commented on TEIID-5101:
------------------------------------
I manually changed the internal vdb.xml in the .vdb file to add:
<metadata type="INDEX"/>
<metadata type="NATIVE"/>
repackaged the .vdb and redeployed. It worked.
.vdb with JDG data source, with NATIVE defined, throws exception
----------------------------------------------------------------
Key: TEIID-5101
URL:
https://issues.jboss.org/browse/TEIID-5101
Project: Teiid
Issue Type: Bug
Components: Infinispan
Affects Versions: 8.12.x-6.4
Reporter: Van Halbert
Assignee: Ramesh Reddy
Priority: Blocker
Attachments: Person.vdb
When a .vdb (created in designer), and the internal vdb.xml contains the <metadata
type="NATIVE"></metadata>, the vdb will not deploy.
However, it will work if the .vdb is exported to vdb xml, because the DDL and the NATIVE
tags are there.
Guessing that the translator doesn't know how to handle a .vdb file.