[Json-rpc-java] Arrays/Lists of Callable References

Michael Clark michael at metaparadigm.com
Sun Jun 4 12:34:31 SGT 2006


William Becker wrote:
> I think there may be a bug in JSON-RPC-Java, whereby if you return a
> list/map/any kind of collection, it will not register the elements as
> callable references if they are so.
>
> If you have a look at handle response the culprit code is here:
>
> if(res && res.objectID && res.JSONRPCType == "CallableReference")
>        return new JSONRpcClient(this.serverURL, this.user, this.pass,
> res.objectID);
> return res;
>
> This obviously doesn't handle the case.
>
> Is there a bugzilla somewhere that I can post this kind of stuff to?
I'm going to set up a "trac" bug tracker soon (and move to subversion),
but this limitation is documented here (see the Note):

http://oss.metaparadigm.com/jsonrpc-1.0/manual.html#callable-references

~mc


More information about the Json-rpc-java mailing list