[ http://issues.apache.org/jira/browse/MUSE-53?page=comments#action_12428759 ] Dan Jemiolo commented on MUSE-53: ---------------------------------
I can't reproduce this using the SimpleResource.wsdl file currently in SVN - the sample project seems to run fine. The code at line 388 is the "last ditch effort" to get the output type name, and other methods of specifying the output type in WSDL should be covered before that. Where does the NPE occur? can you send a stack trace? please send any artifacts you might have changed while using the sample as well. > WsdlUtils resolves the output parameter name of a complex type using the > 'ref' attrubute > ---------------------------------------------------------------------------------------- > > Key: MUSE-53 > URL: http://issues.apache.org/jira/browse/MUSE-53 > Project: Muse > Issue Type: Bug > Components: Utilities - General, QName, and XML, Core Engine - WSDL > Processing > Affects Versions: 2.0.0 M2 > Environment: Windows XP, WebSphere 6 > Reporter: Asaf Zafran > Assigned To: Dan Jemiolo > Fix For: 2.0.0 > > > In function getOutputPartName, line 388, the output name of a complex type is > resolved using the 'ref' attrubute while an element may have the name and > type attribute specified. This results in a NullPointerException in the > simple resource example. -- 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]
