Re: CXF dynamic client can not handle array of complex objects as return value?

2009-09-04 Thread Yu L
java.util.Listcom.xpn.xwiki.plugin.resolve.xsd.Pair, not com.xpn.xwiki.plugin.resolve.xsd.Pair Does anybody when the bug will fixed ? Thanks. Yu dkulp wrote: I wonder if this is somehow related to: https://issues.apache.org/jira/browse/CXF-2415 (mostly just thinking) Dan On Thu September 3 2009 1:20:02 pm Yu

CXF dynamic client can not handle array of complex objects as return value?

2009-09-03 Thread Yu L
Hey, I am using CXF DynamicClientFactory from Groovy to call a web service developed with apache Axis2. The method has this signature: Pair[] executeRunbook(String token, Pair[] params) Pair is a complex object defined as: public class Pair { private String name; private