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

Reply via email to