Java2Wsdl can not handle String[] in generating wrapper beans
-------------------------------------------------------------
Key: CXF-610
URL: https://issues.apache.org/jira/browse/CXF-610
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.0-RC
Reporter: maomaode
Fix For: 2.0-RC
If the paramater types are arrays (like String[]), the code it
generates is wrong. Instead of
setArg0(String[] arg0);
I get setArray(StringArray array) with StringArray being in
net.java.dev.jaxb.array package.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.