Questions tagged [apache-servicemix]

Questions relating to the Apache Foundation's ServiceMix integration platform.

ServiceMix is an Apache foundation sponsored project, with commercial support provided by FuseSource

Apache ServiceMix is a flexible, open-source integration container that unifies the features and functionality of Apache ActiveMQ, Camel, CXF, Karaf into a powerful runtime platform you can use to build your own integrations solutions. It provides an enterprise ready ESB exclusively powered by OSGi.

655 questions
3
votes
0 answers

Unable to install features in servicemix docker image: ERROR http://repo1.maven.org/maven2/com.example/example/0.1/xml/example.xml

I have run the servicemix image 5.3 as docker container in interactive mode and trying to install features below and hit it gives the below error: karaf@root features:addurl mvn:com.example/example/0.1/xml/example.xml Error executing command: Unable…
rikki
  • 51
  • 9
3
votes
1 answer

No 'SPI-Provider' Manifest header

When trying to install my application as an osgi bundle with the install command in karaf on the command line, everything seems fine. When I then type start (id) everything still seems fine, but my application does not seem to accept requests. When…
Albert Hendriks
  • 1,979
  • 3
  • 25
  • 45
3
votes
1 answer

How to organize a large karaf blueprint.xml?

I have a blueprint.xml for a camel app deployed in Karaf 3.5.6 under Servicemix which looks somewhat similar to what shown below:-