DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21355>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21355

hasAttributes() on Node object is not found!





------- Additional Comments From [EMAIL PROTECTED]  2003-07-09 15:43 -------
It's easier to diagnose problems like these if you attach a sample program 
(.java) and XML document to the report, though it would also be nice to see the 
stack trace. NoSuchMethodErrors occur when you load a version of a class that 
does not have a method that you're trying to call. For example, calling a DOM 
Level 2 method on an implementation that was compiled with an older version of 
the Node interface.

Check that you're picking up Xerces 2.4.0 in your classpath. Perhaps some other 
XML processor that doesn't implement hasAttributes is sneaking in.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to