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 "John Zoetebier (JIRA)" <ji...@apache.org> on 2011/09/07 03:32:10 UTC

[jira] [Created] (AXIS2-5138) RESTClient documentation example differs from RESTClient.java source file

RESTClient documentation example differs from RESTClient.java source file
-------------------------------------------------------------------------

                 Key: AXIS2-5138
                 URL: https://issues.apache.org/jira/browse/AXIS2-5138
             Project: Axis2
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 1.5.5
            Reporter: John Zoetebier
            Priority: Trivial


Web page site/docs/rest-ws.html shows example for RESTClient.
However source listing differs from the actual source code.
For example in listing we see:
sender.engageModule(new QName(Constants.MODULE_ADDRESSING));

While code has the proper non-deprecated method call :
sender.engageModule(Constants.MODULE_ADDRESSING);



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Updated] (AXIS2-5138) RESTClient documentation example differs from RESTClient.java source file

Posted by "Pushpalanka Jayawardhana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pushpalanka Jayawardhana updated AXIS2-5138:
--------------------------------------------

    Attachment: AXIS2-5138.patch

Updated with proper methods used in the sample source code.

> RESTClient documentation example differs from RESTClient.java source file
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-5138
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5138
>             Project: Axis2
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 1.5.5
>            Reporter: John Zoetebier
>            Priority: Trivial
>              Labels: documentation
>         Attachments: AXIS2-5138.patch
>
>
> Web page site/docs/rest-ws.html shows example for RESTClient.
> However source listing differs from the actual source code.
> For example in listing we see:
> sender.engageModule(new QName(Constants.MODULE_ADDRESSING));
> While code has the proper non-deprecated method call :
> sender.engageModule(Constants.MODULE_ADDRESSING);

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Commented] (AXIS2-5138) RESTClient documentation example differs from RESTClient.java source file

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121087#comment-13121087 ] 

Hudson commented on AXIS2-5138:
-------------------------------

Integrated in Axis2 #1023 (See [https://builds.apache.org/job/Axis2/1023/])
    Applied patch for AXIS2-5138.

sagara : 
Files : 
* /axis/axis2/java/core/trunk/src/site/xdoc/docs/rest-ws.xml

                
> RESTClient documentation example differs from RESTClient.java source file
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-5138
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5138
>             Project: Axis2
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 1.5.5
>            Reporter: John Zoetebier
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-5138.patch
>
>
> Web page site/docs/rest-ws.html shows example for RESTClient.
> However source listing differs from the actual source code.
> For example in listing we see:
> sender.engageModule(new QName(Constants.MODULE_ADDRESSING));
> While code has the proper non-deprecated method call :
> sender.engageModule(Constants.MODULE_ADDRESSING);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Resolved] (AXIS2-5138) RESTClient documentation example differs from RESTClient.java source file

Posted by "Sagara Gunathunga (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  resolved AXIS2-5138.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.7.0

Fixed in r1179230. 
                
> RESTClient documentation example differs from RESTClient.java source file
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-5138
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5138
>             Project: Axis2
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 1.5.5
>            Reporter: John Zoetebier
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-5138.patch
>
>
> Web page site/docs/rest-ws.html shows example for RESTClient.
> However source listing differs from the actual source code.
> For example in listing we see:
> sender.engageModule(new QName(Constants.MODULE_ADDRESSING));
> While code has the proper non-deprecated method call :
> sender.engageModule(Constants.MODULE_ADDRESSING);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org