You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "fumitada hattori (JIRA)" <be...@incubator.apache.org> on 2004/11/11 15:04:23 UTC

[jira] Created: (BEEHIVE-83) WSM tutorial needs to be updated.

WSM tutorial needs to be updated.
---------------------------------

         Key: BEEHIVE-83
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-83
     Project: Beehive
        Type: Improvement
  Components: Documentation  
    Versions: V1Alpha    
    Reporter: fumitada hattori


Step 3 of WSM tutorial at http://incubator.apache.org/beehive/wsm/tutorial_wsm.html#Step+5%3A+Change+the+SOAP+Style needs to be updated.

It currently says
"The name="greetee" attribute is optional. If you do not explicitly specify a name attribute, the parameter will take the default name str0 [<--- todo: verify]."

"str0" should be "in0".
And we must explicitly specify that the name will be effected in WSDL, SOAP messages...
The current explanation somehow makes me think the name modified with a @WebMethod.name annotation can be used in the method.



-- 
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


[jira] Resolved: (BEEHIVE-83) WSM tutorial needs to be updated.

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-83?page=history ]
     
Steve Hanson resolved BEEHIVE-83:
---------------------------------

     Resolution: Fixed
    Fix Version: V1Alpha

I decided to take out the "name" property altogether.

> WSM tutorial needs to be updated.
> ---------------------------------
>
>          Key: BEEHIVE-83
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-83
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: fumitada hattori
>      Fix For: V1Alpha

>
> Step 3 of WSM tutorial at http://incubator.apache.org/beehive/wsm/tutorial_wsm.html#Step+5%3A+Change+the+SOAP+Style needs to be updated.
> It currently says
> "The name="greetee" attribute is optional. If you do not explicitly specify a name attribute, the parameter will take the default name str0 [<--- todo: verify]."
> "str0" should be "in0".
> And we must explicitly specify that the name will be effected in WSDL, SOAP messages...
> The current explanation somehow makes me think the name modified with a @WebMethod.name annotation can be used in the method.

-- 
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


[jira] Reopened: (BEEHIVE-83) WSM tutorial needs to be updated.

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-83?page=all ]
     
Jeremiah Johnson reopened BEEHIVE-83:
-------------------------------------

     Assign To: Steve Hanson  (was: fumitada hattori)

The name was removed in steps 3 and 4, but in SVN 169839 the WebParam is still in sayHelloWorld.  This is a minor issue because the relevant text is bolded, but it is strange to have the WebParam name appear at the end of the sample without explanation.

> WSM tutorial needs to be updated.
> ---------------------------------
>
>          Key: BEEHIVE-83
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-83
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: fumitada hattori
>     Assignee: Steve Hanson
>      Fix For: V1Alpha

>
> Step 3 of WSM tutorial at http://incubator.apache.org/beehive/wsm/tutorial_wsm.html#Step+5%3A+Change+the+SOAP+Style needs to be updated.
> It currently says
> "The name="greetee" attribute is optional. If you do not explicitly specify a name attribute, the parameter will take the default name str0 [<--- todo: verify]."
> "str0" should be "in0".
> And we must explicitly specify that the name will be effected in WSDL, SOAP messages...
> The current explanation somehow makes me think the name modified with a @WebMethod.name annotation can be used in the method.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-83) WSM tutorial needs to be updated.

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-83?page=all ]
     
Steve Hanson resolved BEEHIVE-83:
---------------------------------

     Assign To: fumitada hattori  (was: Steve Hanson)
    Resolution: Fixed

Thanks for catching this.
Now fixed.

> WSM tutorial needs to be updated.
> ---------------------------------
>
>          Key: BEEHIVE-83
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-83
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: fumitada hattori
>     Assignee: fumitada hattori
>      Fix For: V1Alpha

>
> Step 3 of WSM tutorial at http://incubator.apache.org/beehive/wsm/tutorial_wsm.html#Step+5%3A+Change+the+SOAP+Style needs to be updated.
> It currently says
> "The name="greetee" attribute is optional. If you do not explicitly specify a name attribute, the parameter will take the default name str0 [<--- todo: verify]."
> "str0" should be "in0".
> And we must explicitly specify that the name will be effected in WSDL, SOAP messages...
> The current explanation somehow makes me think the name modified with a @WebMethod.name annotation can be used in the method.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-83) WSM tutorial needs to be updated.

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-83?page=history ]

Steve Hanson reassigned BEEHIVE-83:
-----------------------------------

    Assign To: fumitada hattori

> WSM tutorial needs to be updated.
> ---------------------------------
>
>          Key: BEEHIVE-83
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-83
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: fumitada hattori
>     Assignee: fumitada hattori
>      Fix For: V1Alpha

>
> Step 3 of WSM tutorial at http://incubator.apache.org/beehive/wsm/tutorial_wsm.html#Step+5%3A+Change+the+SOAP+Style needs to be updated.
> It currently says
> "The name="greetee" attribute is optional. If you do not explicitly specify a name attribute, the parameter will take the default name str0 [<--- todo: verify]."
> "str0" should be "in0".
> And we must explicitly specify that the name will be effected in WSDL, SOAP messages...
> The current explanation somehow makes me think the name modified with a @WebMethod.name annotation can be used in the method.

-- 
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-83) WSM tutorial needs to be updated.

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-83?page=all ]
     
Jeremiah Johnson closed BEEHIVE-83:
-----------------------------------


Verified in dist built from SVN 170195.

> WSM tutorial needs to be updated.
> ---------------------------------
>
>          Key: BEEHIVE-83
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-83
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: fumitada hattori
>     Assignee: fumitada hattori
>      Fix For: V1Alpha

>
> Step 3 of WSM tutorial at http://incubator.apache.org/beehive/wsm/tutorial_wsm.html#Step+5%3A+Change+the+SOAP+Style needs to be updated.
> It currently says
> "The name="greetee" attribute is optional. If you do not explicitly specify a name attribute, the parameter will take the default name str0 [<--- todo: verify]."
> "str0" should be "in0".
> And we must explicitly specify that the name will be effected in WSDL, SOAP messages...
> The current explanation somehow makes me think the name modified with a @WebMethod.name annotation can be used in the method.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira