You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by be...@incubator.apache.org on 2004/10/07 20:16:51 UTC

[jira] Created: (BEEHIVE-11) @WebMethod params don't get picked up automatically

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/BEEHIVE-11

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: BEEHIVE-11
    Summary: @WebMethod params don't get picked up automatically
       Type: Bug

     Status: Open
   Priority: Major

    Project: Beehive
 Components: 
             Web Services (181)

   Assignee: Michael Merz
   Reporter: Michael Merz

    Created: Thu, 7 Oct 2004 11:16 AM
    Updated: Thu, 7 Oct 2004 11:16 AM

Description:
Formal parameters of @WebMethods are always published by the WSDL and are always part of the method definition. Currently, parameters are only picked up by the annotation processor if they're annotated with @WebParam.


---------------------------------------------------------------------
JIRA INFORMATION:
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


[jira] Updated: (BEEHIVE-11) @WebMethod params don't get picked up automatically

Posted by be...@incubator.apache.org.
The following issue has been updated:

    Updater: Michael Merz (mailto:mmerz@apache.org)
       Date: Sun, 10 Oct 2004 3:58 PM
    Changes:
             Version changed to TBD
             Fix Version changed to TBD
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/BEEHIVE-11?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/BEEHIVE-11

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: BEEHIVE-11
    Summary: @WebMethod params don't get picked up automatically
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Beehive
 Components: 
             Web Services (181)
   Fix Fors:
             TBD
   Versions:
             TBD

   Assignee: Michael Merz
   Reporter: Michael Merz

    Created: Thu, 7 Oct 2004 11:16 AM
    Updated: Sun, 10 Oct 2004 3:58 PM

Description:
Formal parameters of @WebMethods are always published by the WSDL and are always part of the method definition. Currently, parameters are only picked up by the annotation processor if they're annotated with @WebParam.


---------------------------------------------------------------------
JIRA INFORMATION:
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


[jira] Resolved: (BEEHIVE-11) @WebMethod params don't get picked up automatically

Posted by be...@incubator.apache.org.
Message:

   The following issue has been resolved as FIXED.

   Resolver: Michael Merz
       Date: Sun, 10 Oct 2004 3:57 PM

Fixed. Now, all formal parameters of all methods annotated with @WebMethod are picked up as @WebParam automatically -- with or without annotation. The (now optional) annotation @WebParam can be used to override default values.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/BEEHIVE-11

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: BEEHIVE-11
    Summary: @WebMethod params don't get picked up automatically
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Beehive
 Components: 
             Web Services (181)

   Assignee: Michael Merz
   Reporter: Michael Merz

    Created: Thu, 7 Oct 2004 11:16 AM
    Updated: Sun, 10 Oct 2004 3:57 PM

Description:
Formal parameters of @WebMethods are always published by the WSDL and are always part of the method definition. Currently, parameters are only picked up by the annotation processor if they're annotated with @WebParam.


---------------------------------------------------------------------
JIRA INFORMATION:
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


[jira] Commented: (BEEHIVE-11) @WebMethod params don't get picked up automatically

Posted by be...@incubator.apache.org.
The following comment has been added to this issue:

     Author: Michael Merz
    Created: Sun, 10 Oct 2004 5:00 PM
       Body:
Fixed in rev 54139.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/BEEHIVE-11?page=comments#action_53878

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/BEEHIVE-11

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: BEEHIVE-11
    Summary: @WebMethod params don't get picked up automatically
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Beehive
 Components: 
             Web Services (181)
   Fix Fors:
             TBD
   Versions:
             TBD

   Assignee: Michael Merz
   Reporter: Michael Merz

    Created: Thu, 7 Oct 2004 11:16 AM
    Updated: Sun, 10 Oct 2004 5:00 PM

Description:
Formal parameters of @WebMethods are always published by the WSDL and are always part of the method definition. Currently, parameters are only picked up by the annotation processor if they're annotated with @WebParam.


---------------------------------------------------------------------
JIRA INFORMATION:
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


[jira] Closed: (BEEHIVE-11) @WebMethod params don't get picked up automatically

Posted by "Michael Merz (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-11?page=history ]
     
Michael Merz closed BEEHIVE-11:
-------------------------------


> @WebMethod params don't get picked up automatically
> ---------------------------------------------------
>
>          Key: BEEHIVE-11
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-11
>      Project: Beehive
>         Type: Bug
>   Components: Web Services (181)
>     Versions: V1Alpha
>     Reporter: Michael Merz
>     Assignee: Michael Merz
>      Fix For: V1Alpha

>
> Formal parameters of @WebMethods are always published by the WSDL and are always part of the method definition. Currently, parameters are only picked up by the annotation processor if they're annotated with @WebParam.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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