You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Fabien (JIRA)" <ji...@codehaus.org> on 2009/08/03 18:17:59 UTC

[jira] Created: (MRM-1228) Ping service in not working

Ping service in not working
---------------------------

                 Key: MRM-1228
                 URL: http://jira.codehaus.org/browse/MRM-1228
             Project: Archiva
          Issue Type: Bug
          Components: xmlrpc
    Affects Versions: 1.2.1
         Environment: - xmlrpc client developed in PHP
            Reporter: Fabien


I can't use ping service with xmlrpc client

The reponse is "No handler for the method"

I have tried several methods :
- TestService.ping
- PingServiceImpl.ping
- PingService.ping

I suppose that it's a bug because SearchService and AdministrationService are working in xmlrpc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (MRM-1228) Ping service in not working

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching reassigned MRM-1228:
-------------------------------------

    Assignee: Maria Odea Ching

> Ping service in not working
> ---------------------------
>
>                 Key: MRM-1228
>                 URL: http://jira.codehaus.org/browse/MRM-1228
>             Project: Archiva
>          Issue Type: Bug
>          Components: xmlrpc
>    Affects Versions: 1.2.1
>         Environment: - xmlrpc client developed in PHP
>            Reporter: Fabien
>            Assignee: Maria Odea Ching
>             Fix For: 1.2.3
>
>
> I can't use ping service with xmlrpc client
> The reponse is "No handler for the method"
> I have tried several methods :
> - TestService.ping
> - PingServiceImpl.ping
> - PingService.ping
> I suppose that it's a bug because SearchService and AdministrationService are working in xmlrpc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRM-1228) Ping service in not working

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching closed MRM-1228.
---------------------------------

    Resolution: Fixed

Fixed in trunk [-r883066|http://svn.apache.org/viewvc?revision=883066&view=revision] with the following changes:
* changed from TestService to PingService
* fixed bean config in applicationContext in webapp
* added service object annotation for xmlrpc binder

> Ping service in not working
> ---------------------------
>
>                 Key: MRM-1228
>                 URL: http://jira.codehaus.org/browse/MRM-1228
>             Project: Archiva
>          Issue Type: Bug
>          Components: xmlrpc
>    Affects Versions: 1.2.1
>         Environment: - xmlrpc client developed in PHP
>            Reporter: Fabien
>            Assignee: Maria Odea Ching
>             Fix For: 1.2.3
>
>
> I can't use ping service with xmlrpc client
> The reponse is "No handler for the method"
> I have tried several methods :
> - TestService.ping
> - PingServiceImpl.ping
> - PingService.ping
> I suppose that it's a bug because SearchService and AdministrationService are working in xmlrpc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRM-1228) Ping service in not working

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198971#action_198971 ] 

Maria Odea Ching commented on MRM-1228:
---------------------------------------

Added ping invocation from sample client in trunk [-r883067|http://svn.apache.org/viewvc?revision=883067&view=revision]

> Ping service in not working
> ---------------------------
>
>                 Key: MRM-1228
>                 URL: http://jira.codehaus.org/browse/MRM-1228
>             Project: Archiva
>          Issue Type: Bug
>          Components: xmlrpc
>    Affects Versions: 1.2.1
>         Environment: - xmlrpc client developed in PHP
>            Reporter: Fabien
>            Assignee: Maria Odea Ching
>             Fix For: 1.2.3
>
>
> I can't use ping service with xmlrpc client
> The reponse is "No handler for the method"
> I have tried several methods :
> - TestService.ping
> - PingServiceImpl.ping
> - PingService.ping
> I suppose that it's a bug because SearchService and AdministrationService are working in xmlrpc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MRM-1228) Ping service in not working

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MRM-1228:
----------------------------------

    Fix Version/s:     (was: 1.2.3)
                   1.3

> Ping service in not working
> ---------------------------
>
>                 Key: MRM-1228
>                 URL: http://jira.codehaus.org/browse/MRM-1228
>             Project: Archiva
>          Issue Type: Bug
>          Components: xmlrpc
>    Affects Versions: 1.2.1
>         Environment: - xmlrpc client developed in PHP
>            Reporter: Fabien
>            Assignee: Maria Odea Ching
>             Fix For: 1.3
>
>
> I can't use ping service with xmlrpc client
> The reponse is "No handler for the method"
> I have tried several methods :
> - TestService.ping
> - PingServiceImpl.ping
> - PingService.ping
> I suppose that it's a bug because SearchService and AdministrationService are working in xmlrpc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira