[
https://issues.apache.org/jira/browse/SM-5548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750121#comment-17750121
]
Robin Vishwakarma commented on SM-5548:
---------------------------------------
[~jbonofre] Awaiting release and availability in Maven repo, any updates ?
> xmlresolver 4.6.4 missing import causing CNF exception
> ------------------------------------------------------
>
> Key: SM-5548
> URL: https://issues.apache.org/jira/browse/SM-5548
> Project: ServiceMix
> Issue Type: Bug
> Components: bundles
> Reporter: Robin Vishwakarma
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: bundles-2023.06
>
>
> [https://github.com/apache/servicemix-bundles/blob/master/xmlresolver-4.6.4/pom.xml#L53]
> imports defined above missing some essential imports which causes class not
> found exception for EntityResolver2 which is part of org.xml.sax.ext package.
> Fix of above issue is to add org.xml.sax.ext package in import however please
> have a look at all the packages listed below which where extracted via hot
> deployment of xmlresolver 4.6.4 JAR in karaf -
> {code:java}
> Import-Package = com.thaiopensource.util;resolution:=optional,
> com.thaiopensource.validate;resolution:=optional,
> javax.xml.parsers;resolution:=optional,
> javax.xml.stream;resolution:=optional,
> javax.xml.transform;resolution:=optional,
> javax.xml.transform.sax;resolution:=optional,
> org.apache.hc.client5.http;resolution:=optional,
> org.apache.hc.client5.http.classic.methods;resolution:=optional,
> org.apache.hc.client5.http.impl.classic;resolution:=optional,
> org.apache.hc.client5.http.protocol;resolution:=optional,
> org.apache.hc.client5.http.utils;resolution:=optional,
> org.apache.hc.core5.http;resolution:=optional,
> org.apache.hc.core5.http.protocol;resolution:=optional,
> org.apache.xerces.impl;resolution:=optional,
> org.apache.xerces.impl.xs;resolution:=optional,
> org.apache.xerces.util;resolution:=optional,
> org.apache.xerces.xni;resolution:=optional,
> org.apache.xerces.xni.grammars;resolution:=optional,
> org.apache.xerces.xni.parser;resolution:=optional,
> org.slf4j;resolution:=optional, org.w3c.dom.ls;resolution:=optional,
> org.xml.sax;resolution:=optional, org.xml.sax.ext;resolution:=optional,
> org.xml.sax.helpers;resolution:=optional,
> org.xmlresolver;resolution:=optional,
> org.xmlresolver.cache;resolution:=optional,
> org.xmlresolver.catalog.entry;resolution:=optional,
> org.xmlresolver.catalog.query;resolution:=optional,
> org.xmlresolver.exceptions;resolution:=optional,
> org.xmlresolver.loaders;resolution:=optional,
> org.xmlresolver.logging;resolution:=optional,
> org.xmlresolver.sources;resolution:=optional,
> org.xmlresolver.utils;resolution:=optional
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)