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.
- Re: [jibx-users] Simple arraylist binding with RC0 Henri Dupre
- Re: [jibx-users] Simple arraylist binding with RC0 Dennis Sosnoski
- RE: [jibx-users] Simple arraylist binding with RC0 Davies, Joshua
