Re: Updating xmlrpc-1.1.jar
Chris Howe <[email protected]> Sat, 26 May 2007 06:12:32 -0700 (PDT)
| Newsgroups | gmane.text.xml.xindice.user |
|---|---|
| Message-ID | <[email protected]> |
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. --- Todd Byrne <[email protected]> wrote: > Hi Chris, > > If you could answer a few of the following questions I am sure I can > help > out in solving you issue. > > What version of XML RPC are you using? > > More specifically what is not compiling / throwing runtime > exceptions? > > Todd Byrne > > Todd Byrne > On 5/25/07, Chris Howe <[email protected]> wrote: > > > > I am running into some conflicts in using xindice in a project > (Apache > > OFBiz) that uses a more current version of xmlrpc. What are my > options > > to get them to work together? > > > > These are the ones I can think of. > > Run a second tomcat instance on another port just for xindice > > Refactor Xindice to use more current xmlrpc > > > > am I missing an option or three? > > >