You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by "Mario Linke (JIRA)" <xm...@ws.apache.org> on 2007/03/11 15:40:09 UTC

[jira] Created: (XMLRPC-136) Fault in the example

Fault in the example
--------------------

                 Key: XMLRPC-136
                 URL: https://issues.apache.org/jira/browse/XMLRPC-136
             Project: XML-RPC
          Issue Type: Bug
          Components: Website
    Affects Versions: 3.0
            Reporter: Mario Linke


On the site: http://ws.apache.org/xmlrpc/advanced.html

is the fault line:
config.setServerUrl("http://127.0.0.1:8080/xmlrpc");

must repleace to:
config.setServerURL(new URL("http://127.0.0.1:8080/xmlrpc"));

-> Url to upper case: URL 
-> arg is not a string, but a URL-object


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (XMLRPC-136) Fault in the example

Posted by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/XMLRPC-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Wiedmann resolved XMLRPC-136.
------------------------------------

    Resolution: Fixed

Applied, thank you!


> Fault in the example
> --------------------
>
>                 Key: XMLRPC-136
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-136
>             Project: XML-RPC
>          Issue Type: Bug
>          Components: Website
>    Affects Versions: 3.0
>            Reporter: Mario Linke
>             Fix For: 3.1
>
>
> On the site: http://ws.apache.org/xmlrpc/advanced.html
> is the fault line:
> config.setServerUrl("http://127.0.0.1:8080/xmlrpc");
> must repleace to:
> config.setServerURL(new URL("http://127.0.0.1:8080/xmlrpc"));
> -> Url to upper case: URL 
> -> arg is not a string, but a URL-object

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (XMLRPC-136) Fault in the example

Posted by "Mario Linke (JIRA)" <xm...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/XMLRPC-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Linke updated XMLRPC-136:
-------------------------------

    Fix Version/s: 3.1

> Fault in the example
> --------------------
>
>                 Key: XMLRPC-136
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-136
>             Project: XML-RPC
>          Issue Type: Bug
>          Components: Website
>    Affects Versions: 3.0
>            Reporter: Mario Linke
>             Fix For: 3.1
>
>
> On the site: http://ws.apache.org/xmlrpc/advanced.html
> is the fault line:
> config.setServerUrl("http://127.0.0.1:8080/xmlrpc");
> must repleace to:
> config.setServerURL(new URL("http://127.0.0.1:8080/xmlrpc"));
> -> Url to upper case: URL 
> -> arg is not a string, but a URL-object

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.