Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-19082

Blueprint with camel-xslt-saxon stops working in camel 3.20

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              tapiiron Tapio Piironen
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: