Teiid Designer doesn't add all UDF Jars when generating dynamic vdb
Issue
When generating dynamic vdb from a vdb that refers some UDF Jar by Teiid Designer, the xml will not include all of jars (only one jar will be added).
For example, if a vdb refers some UDF jars such as test.jar and test2.jar, the generated dynamic vdb sample-vdb.xml has only one jar as follows:
- sample-vdb.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<vdb name="testvdb" version="1">
<description/>
<property name="validationDateTime" value="Mon Dec 01 00:00:00 JST 2017"/>
<property name="validationVersion" value="8.12.12"/>
<property name="lib" value="test"/> <!-- doesn't include test2 -->
</vdb>
Environment
JBoss Developer Studio (JBDS) 10.4
Red Hat JBoss Data Virtualization 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
