3 Replies Latest reply on Nov 6, 2012 7:53 PM by ffang

    missing requirement in example

    nate.marks@pobox.com

      Hello,

      I'm trying to run the examples at

      https://github.com/FuseByExample/camel-dynamic-routing

       

      After a little slogging through my configuration, I get things running up until I try:

      features:install dynamic-routing-newservice

       

      Then I get this error:

       

      karaf@root> features:install dynamic-routing-newservice

      Error executing command: Could not start bundle mvn:org.apache.activemq/activemq-karaf/5.5.

      1.fuse-70-084 in feature(s) activemq-5.5.1.fuse-70-084: Unresolved constraint in bundle act

      ivemq-karaf : Unable to resolve 328.0: missing requirement osgi.wiring.package

      ; (&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.11.0)(!(version>=1.0.0)

      ))

       

      I'm sure I'm missing something obvious, but I'm at a loss.  Any suggestions would be very much appreciated.  thanks!

        • 1. Re: missing requirement in example
          ffang

          Hi,

           

          What's exact FUSE ESB version you're using?

          Could you post result of

          packages:exports |grep org.apache.felix.gogo.commands

          ?

           

          Freeman

          • 2. Re: missing requirement in example
            nate.marks@pobox.com

            Thanks for taking the time to respond to this. I'm using apache karaf 2.3.0 and here's the output that I think you wanted.  You may have already provided the answer.  Do I need to use the fusesource ESB to run the example? thanks again!

             

            karaf@root> packages:exports | grep  gogo

                14 org.apache.felix.gogo.runtime.threadio; version=0.10.0

                14 org.apache.felix.gogo.api; version=0.10.0

                14 org.apache.felix.gogo.commands; version=0.10.0

                14 org.apache.felix.gogo.commands.basic; version=0.10.0

                14 org.apache.felix.gogo.commands.converter; version=0.10.0

                14 org.apache.felix.gogo.runtime.activator; version=0.10.0

                14 org.apache.felix.gogo.runtime; version=0.10.0

             

            Edited by: nate.marks@pobox.com on Nov 6, 2012 6:54 PM

            • 3. Re: missing requirement in example
              ffang

              Hi,

               

              Yeah, this example bind to some dependencies provided in FUSE ESB 7.x

               

              Freeman