1 2 Previous Next 16 Replies Latest reply on Jan 7, 2012 7:31 PM by ffang Go to original post
      • 15. Re: FUSE ESB as a pass through?
        hellosir1979

        Very interesting. I have been installing it thru $SMX/deploy and also by typing this

         

        karaf@root> osgi:install mvn:org.apache.camel/camel-example-cxf-proxy

         

        However, both ways did not work.

         

        Once I added the "/2.6.0" like you did, it is able to start.

         

        Thank you for the help, although I am puzzled as to why it works.

        • 16. Re: FUSE ESB as a pass through?
          ffang

          Hi,

           

          The error is caused by that your camel version mismatch, the FUSE ESB 4.3 use camel version 2.6.x, so this container provider camel package range like [2.6, 2.7), however your example need camel version 2.7.x, so that the container can't meet the example bundle requirement.

          You should be careful the package version when you use OSGi bundles.

           

          Freeman

          1 2 Previous Next