[Json-rpc-java] Callable references in a map

William Becker wbecker at gmail.com
Mon Aug 6 08:16:24 SGT 2007


Hi,

I just encountered a problem with JSON-RPC in that when I send a callable
reference from the server and that reference contains a map or a list which
also contains callable references, then the methods will not get appended to
the callable references in the list.

I have fixed this up in my version of the code, but I forked mine off a
while ago to allow circular references (which I posted to this list about a
year ago). It's not hard to fix once you see it, but you won't be able to
use mine as it is riddled with circular reference code and makes things
murky! So this is just a heads up.

Cheers,
Will


More information about the Json-rpc-java mailing list