4 Replies Latest reply on Mar 22, 2011 4:24 AM by vvalouch

    activemq blueprint error

    vvalouch

      Hi,

       

      I'm currently developing in the servicemix 4.3.0-03.00 but I've decided to donwload the latest version 4.3.1. The problem occurred when I tried to install one osgi bundle. It's saying that the bundle required activemq blueprint 5.4.1 but in the esb 4.3.1 is already 5.4.2. The weirdest thing is that I didn't set-up any version of the activemq blueprint in my bundle so why I'm being informed about using wrong version of activemq blueprint???

        • 1. Re: activemq blueprint error
          ffang

          Hi,

           

          It could be caused by maven transitive dependency, even you didn't specify activemq version in your own bundle.

          You can use mvn dependency:tree

          to figure out how the activemq version get introduced.

           

          Freeman

          • 2. Re: activemq blueprint error
            vvalouch

            Hi, I tried the dependency:tree but there is not a single word containing "blue"...

             

            Maybe good to mention what I'm using:

            - Maven 2.2.1

            - Fuse ESB 4.3.0 - 03.00 for development

            - Fuse ESB 4.3.1 to test running my project

             

            Edited by: vvalouch on Mar 17, 2011 8:42 AM

            • 3. Re: activemq blueprint error
              ffang

              Hi,

               

              Could you post the error you saw?

              Also could you post the output of

              osgi:headers your_customer_bundle_id?

               

              Freeman

              • 4. Re: activemq blueprint error
                vvalouch

                Hi,

                 

                I solved the issue. I needed to update versions in my parent pom file and add following values to the "featuresBoot": camel-hawtdb,camel-jms,camel-cxf.

                 

                nevertheless thanks for your ideas.

                 

                br, Vlad