XML-RPC 3.0 has a problem creating messages with fault codes [1], which Xindice needs. The problem has been fixed some time ago, but there was no release after 3.0.
Also, Xindice set up to use Bugzilla [2], not Jira. [1] http://issues.apache.org/jira/browse/XMLRPC-113 [2]http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Xindice&order=bugs.bug_id Natalia On 5/26/07, Chris Howe <[EMAIL PROTECTED]> wrote:
version 3.0. In this version they have broken up the client and server into a slightly altered namespace. org.apache.xmlrpc -> org.apache.xmlrpc.client.* org.apache.xmlrpc -> org.apache.xmlrpc.server.* They have also moved all of the configuration attributes to new classes of XmlRpcClient to XmlRpcClientConfig(Impl) and XmlRpcServer to XmlRpcServerConfig(Impl) The (Impl) addition is simply an implementation of the XmlRpc*Configs I've been able to refactor Xindice and it builds with the 3.0 dependencies, I still need to test it. Is the Xindice project set up in Jira? I'm not seeing where to create an issue.