bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/23341] New: [XML] ClassCastException with javax.xml.trans


From: WBaer at gmx dot de
Subject: [Bug classpath/23341] New: [XML] ClassCastException with javax.xml.transform.TransformerFactory
Date: 11 Aug 2005 20:39:53 -0000

Hi,

this bug is exposed by the avalon-framework testsuite with the test
org.apache.avalon.framework.configuration.test.DefaultConfigurationSerializerTestCase

In this testcase somewhere the following code is called:

SAXTransformerFactory factory = 
   (SAXTransformerFactory)TransformerFactory.newInstance();

which results in a ClassCastException as 
gnu/xml/transform/TransformerFactoryImpl does not extend
SAXTransformerFactory but only TransformerFactory.

Looking in the gnu.xml code it seems that we currently lag
a SAXTransformerFactory implementation.

Wolfgang

-- 
           Summary: [XML] ClassCastException with
                    javax.xml.transform.TransformerFactory
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: WBaer at gmx dot de
                CC: bug-classpath at gnu dot org


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




reply via email to

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