PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3027 *** shadow/3027 Tue Aug 7 13:58:48 2001 --- shadow/3027.tmp.25804 Tue Aug 7 13:58:48 2001 *************** *** 0 **** --- 1,41 ---- + +============================================================================+ + | java.lang.NoSuchMethodError in running samples on 2.2D6 and D8 | + +----------------------------------------------------------------------------+ + | Bug #: 3027 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: PC | + | Severity: Major OS/Version: Linux | + | Priority: Other Component: org.apache.xml.dtm | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + $ java ApplyXPath foo.xml "/" + + Loading classes, parsing foo.xml, and setting up serializer + Querying DOM using / + Exception in thread "main" java.lang.NoSuchMethodError + at org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.addNode(DOM2DTM.java:231) + at org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.<init>(DOM2DTM.java:150) + at org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:185) + at + +org.apache.xml.dtm.ref.DTMManagerDefault.getDTMHandleFromNode(DTMManagerDefault.java:466) + at org.apache.xpath.XPathContext.getDTMHandleFromNode(XPathContext.java:194) + at org.apache.xpath.XPathAPI.eval(XPathAPI.java:274) + at org.apache.xpath.XPathAPI.selectNodeIterator(XPathAPI.java:163) + at org.apache.xpath.XPathAPI.selectNodeIterator(XPathAPI.java:143) + at ApplyXPath.doMain(ApplyXPath.java:127) + at ApplyXPath.main(ApplyXPath.java:158) + + + line 231 is + String nsURI = node.getNamespaceURI(); + + Similar errors cause DOM2DOM to fail (DOM2Helper.java:348) + + Running Linux (RedHat 7.1), Sun JDK 1.3.1, Xerces 1.4.1 (for Xalan D6). Sun's + JAXP 1.1 is NOT in my classpath. \ No newline at end of file
