Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
3.20.0, 3.20.1, 3.20.2
-
None
-
None
-
Java 17 OpenJDK
Karaf 4.4.3
Redhat Linux 9
-
Unknown
Description
When using blueprint route with camel-xslt-saxon getting error in karaf 4.4.3 after camel 3.20 series:
Caused by: java.lang.ClassNotFoundException: org.xmlresolver.Resolver not found by org.apache.servicemix.bundles.saxon
sample route:
<route id="FailingXSLTRoute">
<from uri="file:///location"/>
<to uri="xslt-saxon:file:///locationof.xsl"/>
<to uri="direct:forwardRoute"/>
</route>
Attachments
Issue Links
- relates to
-
CAMEL-19095 Camel Karaf using buggy Saxon bundle with wrong imports
- Resolved