Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 76279 invoked from network); 21 Aug 2008 09:13:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2008 09:13:12 -0000 Received: (qmail 57366 invoked by uid 500); 21 Aug 2008 09:13:07 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 57325 invoked by uid 500); 21 Aug 2008 09:13:07 -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 57208 invoked by uid 99); 21 Aug 2008 09:13:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 02:13:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 09:12:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 17CA3234C1C3 for ; Thu, 21 Aug 2008 02:12:47 -0700 (PDT) Message-ID: <2112787779.1219309967096.JavaMail.jira@brutus> Date: Thu, 21 Aug 2008 02:12:47 -0700 (PDT) From: "Stefan Mair (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3979) ServiceClass-Methods won't be called, if they are implemented in a superclass In-Reply-To: <250546684.1219247684236.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-3979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624297#action_12624297 ] Stefan Mair commented on AXIS2-3979: ------------------------------------ yes, when I do it this way, then everything is ok, but when i remove the printMethod from the Subclass then the operation won't be called. When i look in my Browser the Available Axis-Services and look for the available Operations, then the operation isn't there too. > ServiceClass-Methods won't be called, if they are implemented in a superclass > ----------------------------------------------------------------------------- > > Key: AXIS2-3979 > URL: https://issues.apache.org/jira/browse/AXIS2-3979 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.4 > Environment: Tomcat 6, Axis 1.4, WinXP > Reporter: Stefan Mair > > Wenn a ServiceClass has a superclass and a operation of the WSDL is only implemented in this superclass, than the Methode won't be called ever. If the ServiceClass overrides this implementation and only call it's super-Implementation then the Methode works. > I haven't found why it works this way. Probably it only search the ServiceClass and not it's superclass to find out what operations are supported. > Or is it intended to work this way? -- 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