[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1505) Methods defined in an interface superclass don't appear in WSDL.

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Jun 11 09:20:12 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBWS-1505?page=all ]

Heiko Braun updated JBWS-1505:
------------------------------

      Component/s: jbossws-jaxrpc
                       (was: jbossws-jaxws)
    Fix Version/s:     (was: jbossws-2.0.0)

> Methods defined in an interface superclass don't appear in WSDL.
> ----------------------------------------------------------------
>
>                 Key: JBWS-1505
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1505
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-jaxrpc
>    Affects Versions: jbossws-1.0.4
>         Environment: JBoss 4.0.5 GA, JRE 1.5.0_10, WinXP
>            Reporter: Iaacov Rosenberg
>         Assigned To: Heiko Braun
>
> Given the following scenario:
> public interface Intf1 {
>   public int getMember1();
>   public void setMember1(int member1);
> }
> public interface Intf2 extends Intf1 {
>   public int getMember2();
>   public void setMember2(int member2);
> }
> Whenever JBossWS uses reflection, either when generating the WSDL file or when returning values that implement Intf2, only members defined in Intf2 (i.e. Member2) are processed, while ignoring inherited members.
> This only happens with interfaces. Inherited classes are processed correctly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list