You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Bert Speckels (Jira)" <ji...@apache.org> on 2023/03/16 20:43:00 UTC

[jira] [Commented] (CAMEL-19082) Blueprint with camel-xslt-saxon stops working in camel 3.20

    [ https://issues.apache.org/jira/browse/CAMEL-19082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701374#comment-17701374 ] 

Bert Speckels commented on CAMEL-19082:
---------------------------------------

I think is relates to CAMEL-19095, right?

> 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)