-
Bug
-
Resolution: Done
-
Blocker
-
11.1.1
-
None
When a VDB is being created that contains a model that uses the new infinispan-hotrod translator, the created VDB is missing the following native tag:
<metadata type = "NATIVE"/>
The source model should contain 2 metadata entries, the following is an example:
<model name="People"> <source connection-jndi-name="java:/infinispanPerson" name="infinispan" translator-name="infinispan-hotrod"/> <metadata type = "DDL"><![CDATA[ CREATE FOREIGN TABLE Person (id integer PRIMARY KEY, name varchar(100), salary double) OPTIONS(UPDATABLE true, "teiid_ispn:cache" 'personCache'); ]]> </metadata> <metadata type = "NATIVE"/> </model>