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=9781>. 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=9781 No more DTM IDs are available [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-10-03 09:32 ------- I found the cause of the problem : the testcase I submitted use the Xalan classes bundled with j2dsk 1.4.1 (in rt.jar). This xalan seems to be an older version, altough I don't know exactly which verison it is. To force the use of the latest Xalan version, use the endorsed mechanism described in http://java.sun.com/j2se/1.4/docs/guide/standards/ This will solve the bug(at least for me). So, - either create the directory <JAVA_HOME>/jre/lib/endorsed and copy into it the latest version of xml-apis.jar, xalan.jar, and xercesImpl.jar (strangely <JAVA_HOME>/lib/endorsed is ignored on my configuration) - either set the system property java.endorsed.dirs to the directory where are those jars You can check which jars the xalan classes are loaded from, using the java command -verbose option. So, I re-close the bug, and add a comment to bug #6768.
