You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/02/14 11:51:03 UTC

DO NOT REPLY [Bug 6459] New: - java.lang.NoSuchMethodError

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: xerces-j-dev@xml.apache.org
        ReportedBy: sag@stark-verlag.de


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org