[
http://issues.apache.org/jira/browse/WODEN-60?page=comments#action_12438138 ]
Jeremy Hughes commented on WODEN-60:
------------------------------------
Hi Arthur, it turns out this is the same problem as WODEN-59. The line of code
failing is:
org.apache.woden.internal.wsdl20.validation.WSDLComponentValidator.testAssertionBindingFaultReference0061(WSDLComponentValidator.java:1110)
which is:
errorReporter.reportError(new ErrorLocatorImpl(), "BindingFaultReference-0061",
new Object[]{interfaceFaultReference.getMessageLabel()},
ErrorReporter.SEVERITY_ERROR);
The getMessageLabel() is returning a null which is then being dereferenced. If
you agree, please close as a duplicate of WODEN-59.
> NPE on W3C Test Case Binding-4B/Echo.wsdl
> -----------------------------------------
>
> Key: WODEN-60
> URL: http://issues.apache.org/jira/browse/WODEN-60
> Project: Woden
> Issue Type: Bug
> Reporter: Arthur Ryman
>
> I ran ant-test/build.xml and hit a NPE.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]