Hi

camel-osgi is no longer a module. So you should remove that from your pom.xml.

You should just use camel-spring or camel-blueprint if you use OSGi,
depending on using spring-dm or aries blueprint.

So install camel first in ServiceMix / Karaf

features:install camel

And if blueprint hasn't been installed (in earlier camel releases it didn't)

features:install camel-blueprint

On Mon, Feb 3, 2014 at 2:01 PM, Laci Gaspar <[email protected]> wrote:
> Hi
> I get the following error when I want to install bundle:
> Error executing command: Error installing bundles:
>         Unable to start bundle
> mvn:ch.curabill.msp.service/templateRoute/1.0-SNAPSHOT: Unresolved
> constraint in bundle templateRoute [132]:Unable to resolve 132.0: missing
> requirement [132.0]
> osgi.wiring.package;(&(osgi.wiring.package=org.apache.camel.osgi)(version>=2.12.0)(!(version>=3.0.0)))
>
> First, how do I read such an error message?
> Am I right in my interpretation that org.apache.camel.osgi is missing with a
> 2.12.0 <= version < 3.0.0 ?
>
> I tried to add a dependency to my pom:
>         <dependency>
>             <groupId>org.apache.camel</groupId>
>             <artifactId>camel-osgi</artifactId>
>             <version>2.3.0</version>
>         </dependency>
>
>  but that didn't help.
>
> Any help is appreciated.
> Regards,
> Laci



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to