3 Replies Latest reply on Aug 24, 2010 10:18 AM by gertv

    EIP Bundle Tutorial not working

    elihusmails

      I am following the instructions on the page http://fusesource.com/docs/esb/4.2/deploy_osgi/DeployCamel-Running.html

       

      I get to step 3, and get the following error with Fuse 4.2.0:

      The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.camel.component.jms; version="2.4.0"

       

      Can someone help me as to what I might be doing wrong.

       

      Thanks

        • 1. Re: EIP Bundle Tutorial not working
          ffang

          Hi,

           

          Did you already install camel-jms feature?

          You can use features:list to see the camel-jms feature status, and use

          features:install camel-jms

          to install this feature.

           

          Freeman

          • 2. Re: EIP Bundle Tutorial not working
            elihusmails

            I did check to make sure its enabled, and still get the error.

            • 3. Re: EIP Bundle Tutorial not working
              gertv

              L.S.,

               

              It looks like you ended up with a dependency on Camel 2.4.0 while building your bundle.  The OSGi import refers to version 2.4.0 of org.apache.camel.jms, while FUSE ESB 4.2.0-fuse-02-00 ships with Camel 2.2.0-fuse-02-00.

               

              Could you make sure that you're using the correct version of Camel while building the bundle?  I think that should fix the problem...

               

              Regards,

               

              Gert