Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-15038

AS2 component doesn't work on Karaf

XMLWordPrintable

      Since fuse 7.8 on karaf is using camel 2.23.x which was originally for sprng-boot 2 only, AS2 component is not usable for Karaf.

      See AS2 component: https://github.com/jboss-fuse/camel/blob/2.23.x.redhat-7-x/components/camel-as2/camel-as2-component/pom.xml

      There are few years old changes. For example, I am not able to use any other package than org.apache.camel.* with old version 2.18.3

                  <Import-Package>
                    ${componentPackage}.api;version=${project.version},
                    ${componentPackage};version=${project.version},
                    org.apache.camel.*;version=2.18.3
                  </Import-Package>
      

      In version 2.21.x AS2 component worked, so it could be used as example for changes: https://github.com/jboss-fuse/camel/blob/2.21.x.redhat-7-x/components/camel-as2/camel-as2-component/pom.xml

              ldemasi Luigi De Masi
              tveskrna Tomas Veskrna
              Tomas Veskrna Tomas Veskrna
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: