Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
we introduce xerces-impl and xml-api jar to resolve some concurrent problem, however the xml-api.jar have classloader issue when used as endorsed to startup osgi container.
So if a customer bundle need init an XPathFactory instance, need explicitly add Import-Package org.apache.xpath.jaxp, which is annoying.
We need hack xml-api to add a fallback classloading way to resolve it.