[
https://issues.apache.org/jira/browse/GERONIMO-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lin Sun closed GERONIMO-3074.
-----------------------------
This has been checked in and dims later added some code to check for null.
> Axis2: portname isn't set correctly
> -----------------------------------
>
> Key: GERONIMO-3074
> URL: https://issues.apache.org/jira/browse/GERONIMO-3074
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: webservices
> Affects Versions: 2.0-M5
> Environment: WInXP + Sun 1.5 SDK
> Reporter: Lin Sun
> Assigned To: Donald Woods
> Fix For: 2.0-M5
>
> Attachments: 3074.patch
>
>
> In Axis2WebServiceContainer.java line 475, it is setting the portname using
> portInfo.getPortName(). This isn't correct, as this will return the value of
> the <port-component-name> tag instead of the value of the <wsdl-port> tag.
> The fix is to use portInfo.getWsdlPort().getLocalPart() instead in the patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.