Tapio Piironen created CAMEL-19082:
--------------------------------------
Summary: Blueprint with camel-xslt-saxon stops working in camel
3.20
Key: CAMEL-19082
URL: https://issues.apache.org/jira/browse/CAMEL-19082
Project: Camel
Issue Type: Bug
Components: camel-karaf, camel-xslt
Affects Versions: 3.20.2, 3.20.1, 3.20.0
Environment: Java 17 OpenJDK
Karaf 4.4.3
Redhat Linux 9
Reporter: Tapio Piironen
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>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)