You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Karen Schuchardt <kl...@pnl.gov> on 2000/03/02 17:45:24 UTC

xalan and xerces-J 1.0.2

Hi,

I have just downloaded xerces J 1.0.2 and notice that xalan 0.19.5
still requires
xerces 1.0.1.

The error I get is:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/xml/sax/misc/LexicalHandler
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Compiled Code)
        at java.security.SecureClassLoader.defineClass(Compiled Code)
        at java.net.URLClassLoader.defineClass(Compiled Code)
        at java.net.URLClassLoader.access$1(Compiled Code)
        at java.net.URLClassLoader$1.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at sun.misc.Launcher$AppClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at org.apache.xalan.xslt.XSLTEngineImpl.<init>(Compiled Code)
        at
org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor(Compiled Code)
        at xmlxform.main(Compiled Code)
make: *** [test] Error 1


In looking at the jar files, org/xml/sax/misc has been moved to
org/xml/sax/ext.

Do you have a planed timeframe to release a version of xalan that is
compatible with xerces 1.0.2?

My main motiviation for moving to the latest version of xerces is to get
the changes for the Dec
XML schema spec.

Thanks,
Karen