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

UDF jar not referenced in exported dynamic VDB

    XMLWordPrintable

Details

    Description

      When exporting a VDB with a User Defined Function, the information about the UDF jar is not present in the resulting dynamic VDB file.

      With regular VDB archives, the UDF jar is added to the lib/ directory within the archive and is referenced like so in META-INF/vdb.xml:

         <entry path="/lib/MyTestUdf-1.0-SNAPSHOT.jar">
              <property name="checksum" value="2689317444"/>
          </entry>
      

      This approach is not possible in case of dynamic VDB defined only as an xml file. It is, however, possible to create a module on the server with UDF jar and then reference it in the *-vdb.xml like so:

       <property name ="lib" value ="mytestudf-module"></property>
      

      It is currently possible to define such property manually in the VDB editor before exporting, but Designer should be able to define one automatically, or at least warn the user when there is a UDF jar present and the lib property is not defined.

      Attachments

        Issue Links

          Activity

            People

              blafond Barry LaFond
              asmigala@redhat.com Andrej Smigala
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: