I'd like to bind a string list to an arraylist of String. I searched in this mailing list but all the examples are not working with the RC0:
    <collection field="codesFams">
        <!--<structure name="codeFam" map-as="java.lang.String"/>-->
        <value name="codeFam" type="java.lang.String"/>
    </collection>

generates:
  [bind] Error running binding compiler
     [bind] org.jibx.runtime.JiBXException: Method call on invalid structure
I also tried to replace the <value > by a structure but that didn't help.

Any other suggestions?

Henri.

Reply via email to