Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0Release
-
Fix Version/s: 2.0.1Release
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu Linux, Java 6, Eclipse 3.5, XML-RPC module 0.7 from mvn repo
-
Number of attachments :
Description
The XMLRPCServerProxy seems not to be working. Whenever one tries to call any remote method, it fails with a MissingPropertyException.
However, if I try to call serverProxy.invokeMethod directly, it works.
So, the following fails:
def server = new XMLRPCServerProxy('http://localhost:8069/xmlrpc/common')
def uid = server.login('terp', 'admin', 'admin')
while the following works:
def server = new XMLRPCServerProxy('http://localhost:8069/xmlrpc/common')
def uid = server.invokeMethod('login', ['terp', 'admin', 'admin'])
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Key | GROOVY-4093 |
|
| Project | groovy [ 10242 ] | GRECLIPSE [ 11710 ] |
| Affects Version/s | 1.7.0 [ 14665 ] |
Andrew Eisenberg
made changes -
| Assignee | Andrew Eisenberg [ werdna ] | |
| Affects Version/s | 2.0.0Release [ 15563 ] | |
| Component/s | Run/Debug [ 13153 ] | |
| Fix Version/s | 2.0.1Release [ 16074 ] | |
| Summary | XMLRPCServerProxy module not working | XMLRPCServerProxy module not working (problem: Duplicate Groovy Libraries on classpath) |
Andrew Eisenberg
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Andrew Eisenberg
made changes -
| Component/s | Run/Debug [ 13153 ] |