Re: [jibx-users] Simple arraylist binding with RC0

2005-04-21 Thread Henri Dupre
Thanks Dennis for your help. I can't remember what I changed but I got it working now :-) Henri.On 4/21/05, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: There's a test case for this as part of the JiBX build:   so I know it's working properly. What's the rest of your binding (andthe rest

Re: [jibx-users] Simple arraylist binding with RC0

2005-04-21 Thread Dennis Sosnoski
There's a test case for this as part of the JiBX build: so I know it's working properly. What's the rest of your binding (and the rest of the exception stack trace)? - Dennis Henri Dupre wrote: I'd like to bind a string list to an arraylist of String. I searched in this mailing li

RE: [jibx-users] Simple arraylist binding with RC0

2005-04-20 Thread Davies, Joshua
Strings are a “special case” in Jibx mappings – do this, instead:       From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Henri Dupre Sent: Wednesday, April 20, 2005 12:58 AM To: jibx-users@lists.sourceforge.net Subject: [jibx-users] Simple arraylist binding

[jibx-users] Simple arraylist binding with RC0

2005-04-19 Thread Henri Dupre
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:                     generates:   [bind] Error running binding compiler [bind] org.jibx.runtime.JiBXException: Method call on invalid structure I