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 Environment: Linux, JRE 1.6.0_07 Reporter: Blue Thomas
When JavaMethod gets created for an operation from the WSDL suffixed with "Async", OperationProcessor:181 evaluates to true and lien 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.