Arne M. Degenring wrote: > > yes, I copied the jaxrpc.jar to the common/lib dir, and updated it. In > the recent nightly build I also had to copy wsdl4j.jar to the common/lib > dir, because there was one class from the javax package in it. I don't > get a NoClassDefFoundException, but a NoSuchMethodError - which seems to > be a versioning problem. > > I really don't understand what's going wrong. If it isn't a bug in the > recent builds, perhaps I should re-setup Tomcat, and upgrade to 4.0.4...
Before you upgrade, take a look at http://nagoya.apache.org:5049/index.html http://nagoya.apache.org:5049/axis/index.html http://nagoya.apache.org:5049/axis/happyaxis.jsp This is running with the latest Axis (updated twice daily). The only things I had to do to make it work was to copy Xerces2's xmlParserAPIs.jar and xercesImpl.jar, as well as the jaxrpc, saaj, and wsdl4j jars to tomcat4's common/lib directory. - Sam Ruby > > Arne > >