RE: Barracuda and Jivan
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
> Caused by: java.lang.NoSuchMethodError: > org.w3c.dom.ls.DOMBuilderFilter.startElement(Lorg/w3c/dom/Element;) What version of Xerces do you have in your appserver? Try upgrading to Xerces- 2.6.0 along with xml-apis.jar from that Xerces distro. The org.w3c.dom.ls stuff exists in Xerces, not xml-apis. This will be true until the DOM3 stuff is officially released. You could also build an xml-apis.jar which contains the DOM3 interfaces, but you'll have to look at the Xerces2 site to get details on that. Replace xercesImpl.jar in CATALINA_HOME/common/endorsed with the one from Xerces-1.6.0 and copy in xml-apis.jar from 1.6.0 and delete the existing xmlParserAPIs.jar. Let me know if the error persists after that. Jake