Yes I got it. Tomcat provides a file called xml.jar which also contains an instance of org.w3c.dom.Node.class which is an earlier version of the object. I changed the load order of the jar file to have xerces.jar before xml.jar & it worked/
Thanks --- "Orford, Jeffrey" <[EMAIL PROTECTED]> wrote: > I had a similar error which was caused by a conflicting class earlier in > my > classpath. > > Take a look. > > Yours. > Jeff Orford > > -----Original Message----- > From: Rajan Gupta [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 24, 2001 1:51 PM > To: [EMAIL PROTECTED] > Subject: NoSuchMethodError in XALAN:SimpleXSLTServlet > > > I am getting a NoSuchMethodError on running SimpleXSLTServlet. > java.lang.NoSuchMethodError > at > org.apache.xpath.axes.ChildWalkerMultiStep.getNextNode(ChildWalkerMultiStep. > java:95) > > I have rebuilt xalan, but with no result. > > Anybody encountered a similar error? > > Thanks > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - buy the things you want at great prices > http://auctions.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
