June Fang wrote:

i am new to xmlrpc, and i found that if i want to return an array from
the server
side, the client side's return value will be an Object, not Object[].
of course the actually type of the return value is an Object[], but
java just does not allow you to cast it back to an Object[]. (it throws an ClassCastException).
So if i use dynamic client proxy, it result in a CCE;

That's worth a bug report, isn't it? The dynamic client proxy is expected to return objects, which can safely be casted to the methods return type. I think it might be changed easily.


Jochen

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

Reply via email to