You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xml-commons-dev@xerces.apache.org by bu...@apache.org on 2010/02/08 14:20:03 UTC

DO NOT REPLY [Bug 48700] New: javax.xml.parsers.DocumentBuilderFactory looks first at the ContextClassLoader then Class.forName, but SchemaFactoryFinder does not

https://issues.apache.org/bugzilla/show_bug.cgi?id=48700

           Summary: javax.xml.parsers.DocumentBuilderFactory looks first
                    at the ContextClassLoader then Class.forName, but
                    SchemaFactoryFinder does not
           Product: XmlCommons
           Version: 1.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: JAXP
        AssignedTo: commons-dev@xml.apache.org
        ReportedBy: andypiper@apache.org


Created an attachment (id=24946)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24946)
Patch to fix the problem

javax.xml.parsers.DocumentBuilderFactory looks first at the ContextClassLoader
then Class.forName, but SchemaFactoryFinder does not. This causes problems on
OSGi systems and it seems that the two strategies should be consistent.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.