Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 59949 invoked from network); 24 Jan 2007 15:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 15:22:44 -0000 Received: (qmail 68272 invoked by uid 500); 24 Jan 2007 15:22:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 68214 invoked by uid 500); 24 Jan 2007 15:22:46 -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 68203 invoked by uid 99); 24 Jan 2007 15:22:45 -0000 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; Wed, 24 Jan 2007 07:22:45 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 457CD7142D6 for ; Wed, 24 Jan 2007 07:21:49 -0800 (PST) Message-ID: <1319401.1169652109281.JavaMail.jira@brutus> Date: Wed, 24 Jan 2007 07:21:49 -0800 (PST) From: "Dustin Amrhein (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2025) Correct resolution of overloaded methods in Java Bean based Web service In-Reply-To: <18616986.1169650969493.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-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Amrhein updated AXIS2-2025: ---------------------------------- Attachment: patch.txt > Correct resolution of overloaded methods in Java Bean based Web service > ----------------------------------------------------------------------- > > Key: AXIS2-2025 > URL: https://issues.apache.org/jira/browse/AXIS2-2025 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Affects Versions: 1.2 > Reporter: Dustin Amrhein > Priority: Minor > Fix For: 1.2 > > Attachments: patch.txt > > > The MDQ layer is not correctly resolving method invocations to overloaded methods on a Java Bean based service. The method name, parameter length, and parameter types should be checked when resolving a request. Once the method has been found, the OperationDesc should save the Java method it maps to as instance data, thus reducing the need to search for the correct operation on every request. -- 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