You have an older version of the DOM classes somewhere, or somehow the DOM
level 2 classes aren't actually in the classpath when your application is
running. The:
ERROR.version.DOM=ERROR attempting to load DOM level 2 class:
line means it can't find the DOM classes, or it's finding the wrong version
of them. Odd that you get the NoSuchMethodException from this, I thought I
had it print out a more useful message than that.
See also http://xml.apache.org/xalan-j/faq.html#faq-6 - this may be where
some older DOM classes are hiding; some of your Oracle stuff may have them
as well.
Anyone else have ideas?
- Shane
---- you "Jim Urban" <[EMAIL PROTECTED]> wrote ----
Myriam,
Pardon my ignornace, I am new to Xalan. I am trying to see if it is a good
fit for the product I am developing. Here is the output of the
EnvironmentCheck program:
#---- BEGIN writeEnvironmentReport($Revision: 1.3 $): Useful properties
found: ----
java.version=1.3.0
#---- BEGIN Listing XML-related jars in: foundclasses.java.class.path ----
xalan.jar.apparent.version=xalan.jar from xalan-j_2_1_0
xalan.jar.path=d:\xalan-j_2_1_0\bin\xalan.jar
xerces.jar.apparent.version=xerces.jar from xalan-j_2_1_0 from
xerces-1_4_0.bin
xerces.jar.path=d:\xalan-j_2_1_0\bin\xerces.jar
#----- END Listing XML-related jars in: foundclasses.java.class.path -----
version.JAXP=1.1
java.ext.dirs=d:\jdk1.3\jre\lib\ext
version.crimson=not-present
java.class.path=.;d:\jdk1.3\lib\tools.jar;D:\j2sdkee1.2.1\lib\j2ee.jar;C:
\WI
NNT\system32;C:\WINNT;C:\Program Files\Dell\OpenManage\Resolution
Assistant\Common\bin;C:\WINNT\Java\Classes\RxAssistant.zip;G:
\Oracle\Ora81\o
rb\classes\yoj.jar;G:\Oracle\Ora81\orb\classes\share.zip;G:
\oracle\ora81\jdb
c\lib\classes12.zip;D:\MySQL_JDBC\mm\doc\mm.mysql-2.0.2;D:
\Java_Web_Start\ja
vaws.jar;D:\xalan-j_2_1_0\bin\xalan.jar;D:\xalan-j_2_1_0\bin\xerces.jar;
version.xerces=Xerces 1.4.0
sun.boot.class.path=d:\jdk1.3\jre\lib\rt.jar;d:\jdk1.3\jre\lib\i18n.jar;d:
\j
dk1.3\jre\lib\sunrsasign.jar;d:\jdk1.3\jre\classes
version.xalan2=Xalan;Java;2.1.0;
version.xalan1=not-present
ERROR.version.DOM=ERROR attempting to load DOM level 2 class:
java.lang.NoSuchMethodException
#----- END writeEnvironmentReport: Useful properties found: -----
# WARNING: Potential problems found in your environment!
# Check any 'ERROR' items above against the Xalan FAQs
# to correct potential problems with your classes/jars
# http://xml.apache.org/xalan-j/faq.html
Jim