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=3722>.
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=3722
Accessing NodeList getChildNodes() in extension function throws DTMDOMException
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |APIBug, TestID
------- Additional Comments From [EMAIL PROTECTED] 2001-09-21 12:54 -------
TestID: tests/extensions/java/javaBugzilla3722.java
(I probably should have put this atomic test case that reproduces this bug in
the tests/bugzilla directory, but...)
xml-xalan CVS 21-Sep-01 morning throws this exception:
org.apache.xml.dtm.DTMDOMException:
at java.lang.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at java.lang.RuntimeException.<init>(RuntimeException.java:49)
at org.w3c.dom.DOMException.<init>(DOMException.java:34)
at org.apache.xml.dtm.DTMDOMException.<init>
(DTMDOMException.java:87)
at org.apache.xml.dtm.ref.DTMNodeProxy.getChildNodes
(DTMNodeProxy.java:357)
at javaBugzilla3722.dumpConfig(javaBugzilla3722.java:46)