You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/04/09 03:25:32 UTC

[jira] Updated: (GERONIMO-3074) Axis2: portname isn't set correctly

     [ https://issues.apache.org/jira/browse/GERONIMO-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated GERONIMO-3074:
------------------------------

    Attachment: 3074.patch

> 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: Davanum Srinivas
>             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.