jlolling / talendcomp_tXmlJaxb

A talend component suite working with XML based on JAX-B
Apache License 2.0
0 stars 1 forks source link

Iteration over value lists in input is missing #10

Open jlolling opened 8 years ago

jlolling commented 8 years ago

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

jlolling commented 8 years ago

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.