bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug xml/27610] java.lang.ClassCastException (SAXTransformerFactory)


From: pat at radiology dot northwestern dot edu
Subject: [Bug xml/27610] java.lang.ClassCastException (SAXTransformerFactory)
Date: 18 May 2006 00:44:33 -0000


------- Comment #1 from pat at radiology dot northwestern dot edu  2006-05-18 
00:44 -------
Clarification of the reported bug:

SAXTransformerFactory tf = (SAXTransformerFactory)
SAXTransformerFactory.newInstance();

The above line returns implementation of the base class
(gnu.xml.transform.TransformerFactoryImpl) instead of the correct class
(org.apache.xalan.processor.TransformerFactoryImpl). 

It fails in classpath (ClassCastException) but in SUN JDK it returns the
correct implementation of the SAXTransformerFactory class.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27610





reply via email to

[Prev in Thread] Current Thread [Next in Thread]