Hi,

The java Collection is not supported yet. We only support arrays at this point for web services. It shouldn't be too hard to add Collection support considering we already have arrays working. Can you open a JIRA so that we can track it? (http://issues.apache.org/jira/browse/TUSCANY)

Thanks,
Raymond

----- Original Message ----- From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, February 15, 2008 9:10 AM
Subject: Re: Problem with javabean data binding (empty arraylist)


Pedro David Lopez wrote:
Hi, I'm a new Apache Tuscany user and I have a problem

Im using ws binding and return from the web services very simple
javabeans. This beans have some strings, integers and arraylists
atributtes.
In other case is a simple java ArrayList. When I try web services the
javabean received has only the strings and integer values but empty
arraylist.
(Always empty arraylist). My beans implements Serializable and i dont
have exceptions. (no errors from data transformers but empty
arraylist).

¿Some help? THANK YOU

Pedro Lopez,Push The Button, S.L.


Hi,

I don't think that ArrayList is supported.

List may be supported (but I'm not sure, maybe Raymond can jump in and shed some light here).

Arrays are supported, I'm using arrays in some of my sample apps and have not seen any issues with them.

Hope this helps.
--
Jean-Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to