You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/05/10 21:26:15 UTC

[jira] Updated: (CXF-610) Java2Wsdl can not handle String[] in generating wrapper beans

     [ https://issues.apache.org/jira/browse/CXF-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-610:
----------------------------

    Fix Version/s:     (was: 2.0-RC)
                   2.0

> 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
>
>
>  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.