Re: JSON-RPC support

2014-02-15 Thread Dirk Frederickx
Ichiro, The issue is *not* client-side related ; actually the moo tools rpc-calls are working perfectly; and returning the proper json rpc error codes. So mootools or jquery would not make any difference here. The problem is the registration of the JSONRPC-Callable classes on the server. Perhaps

Re: JSON-RPC support

2014-02-15 Thread Harry Metske
I am a complete novice in this area, but aren't you running in this same situation as we did before: https://issues.apache.org/jira/browse/JSPWIKI-659?focusedCommentId=13552522page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13552522 kind regards, Harry On 15

Re: JSON-RPC support

2014-02-15 Thread Ichiro Furusato
Hi Harry, I can't honestly say. But I just added a printout of the list of objects in the global registry in the JSONRPCManager, and all of my registrations (of plugins as well as singleton application-level manager objects) are showing up in the c_globalObjects list. The problem seems to be