Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Camel Version

Karaf Version

2.2.0

1.2.0

2.3.0

1.3.0

2.4.0

1.4.0

2.5.0

2.1.0

2.7.0

2.2.0

2.7.2

2.2.2

2.8.2

2.2.4

2.9.0

2.2.5

Preparing Karaf for Camel

...

This file has to be copied into Karaf etc folder.

Info
titleKaraf 2.2.5 or newer

Notice that Karaf 2.2.5 now provides an extra configuration file that has been configured to work with Camel and CXF, so its recommended to use this file if you use Karaf 2.2.5 or newer. You can prepare Karaf by copying the etc/jre.properties.cxf and override the existing etc/jre.properties file.

Install Camel in Karaf

Assuming that you have a running Karaf instance, you can register the Camel features descriptor:

Code Block
karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.8.2/xml/features

From Karaf 2.2.6 onwards this has been simplified as there is a new features:chooseurl command that is pre-setup for Camel

Code Block

karaf@root> features:chooseurl camel 2.9.1

Now, we have all Camel features available:

...