Hello,
I have recently installed the 3.1.2 jars in place of the 3.0 jars and have
encountered a problem.
None of my XmlRpcServlets work and when I connect, the following error is
reported:
java.lang.IllegalStateException: Invalid parameter or result type:
javax.servlet.ServletRequest
org.apache.xmlrpc.common.TypeConverterFactoryImpl.getTypeConverter(TypeConve
rterFactoryImpl.java:296)
This error occurs at the beginning of my overridden
newXmlRpcHandlerMapping() method
protected XmlRpcHandlerMapping newXmlRpcHandlerMapping() throws
XmlRpcException {
...
here >> PropertyHandlerMapping mapping = (PropertyHandlerMapping)
super.newXmlRpcHandlerMapping();
...
}
Please can anyone explain this problem? Is the XML-RPC documentation on the
website not up to date?
Cheerio,
Nic Hemley