[
https://issues.apache.org/jira/browse/CAMEL-19082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-19082.
---------------------------------
Resolution: Duplicate
Yes its due to buggy OSGi bundle, thanks. Marking this as duplicate.
> 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-blueprint, camel-karaf, camel-xslt
> Affects Versions: 3.20.0, 3.20.1, 3.20.2
> Environment: Java 17 OpenJDK
> Karaf 4.4.3
> Redhat Linux 9
> Reporter: Tapio Piironen
> Priority: Minor
>
> 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)