Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-3113

When creating VDB where new infinispan-hotrod translator, missing native metadata tag

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 11.1.1
    • 11.1.1
    • VDB & Execution
    • None

    Description

      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>
      
      

      Attachments

        Activity

          People

            blafond Barry LaFond
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: