Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 36857 invoked from network); 17 Apr 2007 18:12:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 18:12:38 -0000 Received: (qmail 97272 invoked by uid 500); 17 Apr 2007 18:12:42 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 97219 invoked by uid 500); 17 Apr 2007 18:12:42 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 97208 invoked by uid 99); 17 Apr 2007 18:12:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 11:12:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 11:12:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51310714045 for ; Tue, 17 Apr 2007 11:12:15 -0700 (PDT) Message-ID: <9184944.1176833535313.JavaMail.jira@brutus> Date: Tue, 17 Apr 2007 11:12:15 -0700 (PDT) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-3074) Axis2: portname isn't set correctly In-Reply-To: <8539522.1176081932278.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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 tag instead of the value of the 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.