You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/20 17:39:53 UTC

DO NOT REPLY [Bug 6584] - ClassNotFoundException: IncrementalSAXSource_Xerces

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=6584>.
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=6584

ClassNotFoundException: IncrementalSAXSource_Xerces

gthb@dimon.is changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://java.sun.com/xml/jaxp
                   |                            |/faq.html



------- Additional Comments From gthb@dimon.is  2002-02-20 16:39 -------
There is an earlier version of Xalan embedded in J2SDK 1.4.0,
this is almost certainly the 
reason for your problem. You are
not actually using the Xalan you think you are using, or 
worse:
you're using a blend of the two. See the Endorsed Standards
Override Mechanism for a 
workaround, in the JAXP FAQ:

http://java.sun.com/xml/jaxp/faq.html

(Somebody 
else resolve this, since I don't consider my analysis
authoritative although it seems the 
most likely conclusion)