Hi
this helped, thanks!

As a side question, so that I will bother the list a bit less: how could I have guessed your solution
(features:install camel)
from my error message.
Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.camel.osgi)(version>=2.12.0)(!(version>=3.0.0)))

thanks,
Laci

On 03.02.2014 14:38, Claus Ibsen wrote:
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


Reply via email to