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: [email protected]
ReportedBy: [email protected]
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.