[ https://issues.apache.org/jira/browse/KARAF-5862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16572733#comment-16572733 ]
Grzegorz Grzybek commented on KARAF-5862: ----------------------------------------- Currently, {{javax.xml.datatype.DatatypeFactory#newInstance()}} from {{org.apache.karaf.specs.java.xml}} bundle calls {{javax.xml.datatype.FactoryFinder#find(java.lang.Class<T>, java.lang.String)}}, however this method has private-package visibility and is implementation specific: * Oracle JDK: {{javax.xml.datatype.FactoryFinder#find(Class<T>, String) * IBM JDK: {{javax.xml.datatype.FactoryFinder#find(Class<T>, String, String)}} * xml-apis-1.4.01: {{javax.xml.datatype.FactoryFinder#find(String, String)}} > org.apache.karaf.specs.java.xml doesn't work with IBM JDK > --------------------------------------------------------- > > Key: KARAF-5862 > URL: https://issues.apache.org/jira/browse/KARAF-5862 > Project: Karaf > Issue Type: Bug > Components: karaf-core > Affects Versions: 4.2.0 > Reporter: Grzegorz Grzybek > Assignee: Grzegorz Grzybek > Priority: Major > Fix For: 4.2.2 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)