jlolling / talendcomp_tXmlJaxb

A talend component suite working with XML based on JAX-B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iteration over value lists in input is missing

jlolling opened this issue · comments

The component tXmlJaxbInput cannot iterate over plain values in a List attribute.
The current procedure expects always a list of objects (from which we can read the none-list attributes) but cannot handle simple List

The current discussion shows, it is better to get a plain value list as java.util.List and provide a dedicated component to iterate over this List.