[ 
https://issues.apache.org/jira/browse/KARAF-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483446#comment-13483446
 ] 

Andrei Pozolotin commented on KARAF-1334:
-----------------------------------------

yes, there is inconsistency here:

for example:

karaf 3.0.0-SNAPSHOT 

provides 
org.apache.servicemix.specs.jaxp-api-1.4-2.0.0.jar

by default as part of ${karaf.base}/lib/endorsed

which overrides JDK XPathFactoryFinder.java
where it replaces 
   com.sun.org.apache...XPathFactory
with
   org.apache...XPathFactory

but org.apache...XPathFactory is nowhere to be found in the standard karaf 
distribution


or may be it is an error in the service mix spec locator

regardless, the issue is still there, and affects 

javax.xml.xpath.XPathFactory.newInstance()

as in the stack trace above



                
> Use the new servicemix spec to allow the use of both the JRE implementations 
> and implementations from bundles
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-1334
>                 URL: https://issues.apache.org/jira/browse/KARAF-1334
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0, 3.0.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to