4 Replies Latest reply on May 14, 2014 2:17 PM by tanmoypalit

    How to deploy Custom User Defined Function library with dependency

    tanmoypalit

      Hi,

      We have a created a custom java function for converting JSON to XML using net.sf.json (please note that we are aware there is an inbuilt JSONtoXML function but there are some specific requirements)

      The custom library jar has the following dependencies:

      commons-beanutils-1.8.0
      commons
      -collections-3.2.1
      commons
      -lang.2.5
      commons
      -logging-1.1.1
      ezmorph
      -1.0.6

       

      An UDF was built in Teiid Designer using above library jar but we are getting run time errors because of the dependencies.

      Can anyone advise how to deploy the library jar with all the above dependencies and use it an UDF?

       

      Regards

      Tanmoy