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 2009/03/13 14:17:50 UTC

[jira] Resolved: (CXF-2054) wsdl2java NPE on Async WSDL

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

Daniel Kulp resolved CXF-2054.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.5
         Assignee: Daniel Kulp

> wsdl2java NPE on Async WSDL
> ---------------------------
>
>                 Key: CXF-2054
>                 URL: https://issues.apache.org/jira/browse/CXF-2054
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.4, 2.2, 2.1.5
>         Environment: Linux, JRE 1.6.0_07
>            Reporter: Blue Thomas
>            Assignee: Daniel Kulp
>             Fix For: 2.1.5
>
>
> When JavaMethod gets created for an operation from the WSDL suffixed with "Async", OperationProcessor:181 evaluates to true and line 182 throws an NPE because the method object's JavaReturn object was never populated with properties (method.getReturn().getClassName() == null).  I don't see method's JavaReturn object ever getting set in the execution stack.

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