[ https://issues.apache.org/jira/browse/CXF-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Blue Thomas updated CXF-2054: ----------------------------- Description: 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. (was: 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.) Affects Version/s: 2.1.5 2.2 > 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 > > 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.