Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 25100 invoked from network); 2 Feb 2007 18:12:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 18:12:30 -0000 Received: (qmail 41638 invoked by uid 500); 2 Feb 2007 18:12:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 41583 invoked by uid 500); 2 Feb 2007 18:12:32 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 41556 invoked by uid 99); 2 Feb 2007 18:12:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 10:12:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Fri, 02 Feb 2007 10:12:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AC1957141F2 for ; Fri, 2 Feb 2007 10:12:05 -0800 (PST) Message-ID: <27721678.1170439925702.JavaMail.jira@brutus> Date: Fri, 2 Feb 2007 10:12:05 -0800 (PST) From: "Rich Scheuerle (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-2080) An AxisService gets created with a duplicate name (of another AxisService) In-Reply-To: <6487751.1170364025782.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/AXIS2-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-2080. ----------------------------------- Resolution: Fixed Committed revision 502675. > An AxisService gets created with a duplicate name (of another AxisService) > -------------------------------------------------------------------------- > > Key: AXIS2-2080 > URL: https://issues.apache.org/jira/browse/AXIS2-2080 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Ann Robinson > Attachments: patch.txt, patch.txt > > > The EndpointDescriptionImpl is correctly setting up an AxisService object and using the appropriate algorithm to ensure unique names. However EndpointInterfaceDescriptionImpl overrides the AxisService name with an incorrect name that can (and does) result in multiple AxisService objects with duplicate names, which causes an error. > The fix is to remove the code in EndpointInterfaceDescriptionImpl where it sets the AxisService name since the "higher" level (EndpointDescriptionImpl) sets the name correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org