You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Kenneth Tam (JIRA)" <be...@incubator.apache.org> on 2004/10/27 20:27:33 UTC

[jira] Updated: (BEEHIVE-24) DropInDeploymentHandler cannot generate WSDL if jws has two same-named methods.

     [ http://issues.apache.org/jira/browse/BEEHIVE-24?page=history ]

Kenneth Tam updated BEEHIVE-24:
-------------------------------

      Assign To: Michael Merz
        Version: TBD
    Fix Version: TBD

> DropInDeploymentHandler cannot generate WSDL if jws has two same-named methods.
> -------------------------------------------------------------------------------
>
>          Key: BEEHIVE-24
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-24
>      Project: Beehive
>         Type: Bug
>   Components: Web Services (181)
>     Versions: TBD
>     Reporter: fumitada hattori
>     Assignee: Michael Merz
>      Fix For: TBD

>
> If a jws file has two same-named methods like below and deployed by DropInDeploymentHandler, Axis will throw an java.lang.reflect.InvocationTargetException when I see its WSDL (by browser)
> @WebMethod
> public int getName(){...}
> @WebMethod
> public int getName(int a){...}
> The log says "Caused by: Attempted to write duplicate schema element : {http://www.beehive.com/AddressBook}getName"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira