[ http://issues.apache.org/jira/browse/WODEN-59?page=comments#action_12448630 ] John Kaputin commented on WODEN-59: -----------------------------------
I have implemented a temporary solution for the time being that reuses the message label defaulting behaviour in the BaseWSDLReader methods parseInterfaceMessageReference and parseBindingMessageReference. This behaviour has been copied to the parseInterfaceFaultReference method. That method now derives a default value if the msgLabel attribute is absent in the WSDL and this fixes the NPE that was occurring with test case Storage-4G. The attached patch has been committed to SVN. This solution will handle the 3 remaining MEPs defined in the Part 2 Adjuncts spec; in-only, robust in-only and in-out. However, a more extensible solution is still needed to cater for possible user-defined MEPs. I will raise a new JIRA to capture this requirement. > NPE on W3C Test Case Storage-4G/storage.wsdl > -------------------------------------------- > > Key: WODEN-59 > URL: http://issues.apache.org/jira/browse/WODEN-59 > Project: Woden > Issue Type: Bug > Components: Parser > Reporter: Arthur Ryman > Assigned To: John Kaputin > Attachments: WODEN-59patch.txt > > > 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]
