You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Martin Gainty (JIRA)" <ji...@apache.org> on 2008/08/20 23:30:44 UTC

[jira] Commented: (AXIS2-3979) ServiceClass-Methods won't be called, if they are implemented in a superclass

    [ https://issues.apache.org/jira/browse/AXIS2-3979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624143#action_12624143 ] 

Martin Gainty commented on AXIS2-3979:
--------------------------------------

Stefan-
did you try using super to access superclass entities?

http://java.sun.com/docs/books/tutorial/java/IandI/super.html

> 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