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