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=6459>. 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=6459 java.lang.NoSuchMethodError Summary: java.lang.NoSuchMethodError Product: Xerces2-J Version: 2.0.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi there. Using the latest build of Xerces (2.0.0), I get NoSuchMethodErrors while modifying a DOM tree (setAttribute) while event listeners for MutationEvents are attached. It seems like the MutationEvent instance is initialized wrong somehow? java.lang.NoSuchMethodError at org.apache.xerces.dom.DocumentImpl.dispatchAggregateEvents (DocumentImpl.java:944) at org.apache.xerces.dom.DocumentImpl.modifiedAttrValue (DocumentImpl.java:1202) at org.apache.xerces.dom.AttrImpl.setValue(AttrImpl.java:383) at org.apache.xerces.dom.AttrImpl.setNodeValue(AttrImpl.java:279) at org.apache.xerces.dom.ElementImpl.setAttribute(ElementImpl.java:462) at de.stark_verlag.wbt.prototype.authoring.wbteditor.editor.WBTUnit.getData (WBTUnit.java:278) ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
