4 Replies Latest reply on Sep 3, 2014 5:15 AM by maurizio.lippa

    Unresolved constraint in bundle org.apache.camel.camel-hl7

    maurizio.lippa

      Hi all,

      I'm new to JBoss Fuse 6.1 & JBoss Dev Studio 7.1.1 GA, so I decided to go through some tutorial to start developing and deploying my routes.

      I need to process Hl7 messages, so I decided to give the hl7 connector a try. I completed my simple-route project as a basis to customize, and I packaged it as a bundle using apache felix.

      Obviously, to make it run on my Fuse server, I need to install on the server the camel-hl7 OSGi bundle.

      I downloaded version 2.2, installed it using osgi:install and tried to start it, but got the following exception:

       

      JBossFuse:admin@root> osgi:install file:///home/mlippa/Downloads/camel-hl7-2.2.0.jar

      Bundle ID: 314

      JBossFuse:admin@root> osgi:start 314

      Error executing command: Error starting bundles:

              Unable to start bundle 314: Unresolved constraint in bundle org.apache.camel.camel-hl7 [314]: Unable to resolve 314.0: missing requirement [314.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.camel)(version>=2.2.0)(!(version>=2.3.0)))

       

      i tried with several other versions, but the error message is still the same, except for the .minor version:

       

      Unable to start bundle nnn: Unresolved constraint in bundle org.apache.camel.camel-hl7 [nnn]: Unable to resolve nnn.0: missing requirement [nnn.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.camel)(version>=2.x.0)(!(version>=2.y.0)))

       

      with y = x + 1

       

      any help to determine what I am missing?

       

      Thank you in advance

      Maurizio