You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "tli (JIRA)" <ji...@apache.org> on 2007/01/30 04:29:33 UTC

[jira] Resolved: (CXF-359) wsdl2java using wrong type (should use wrapper type, but use primitive type) for holder parameter when generating SEI class

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

tli resolved CXF-359.
---------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC

> wsdl2java using wrong type (should use wrapper type, but use primitive type) for holder parameter when generating SEI class
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-359
>                 URL: https://issues.apache.org/jira/browse/CXF-359
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: tli
>         Assigned To: tli
>             Fix For: 2.0-RC
>
>
> wsdl2java using wrong type (should use wrapper type, but use primitive type) for holder parameter when generating SEI class
> e.g.
> wrong:
> public void test(javax.xml.ws.Holder<int> outRefInOutInt);
> correct:
> public void test(javax.xml.ws.Holder<Integer> outRefInOutInt);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.