Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21A4311AEF for ; Mon, 15 Sep 2014 13:19:00 +0000 (UTC) Received: (qmail 45920 invoked by uid 500); 15 Sep 2014 13:18:59 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 45871 invoked by uid 500); 15 Sep 2014 13:18:59 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 45862 invoked by uid 99); 15 Sep 2014 13:18:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2014 13:18:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2014 13:18:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 58ECA23888D2 for ; Mon, 15 Sep 2014 13:18:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r922277 - in /websites/production/camel/content: cache/main.pageCache karaf.html Date: Mon, 15 Sep 2014 13:18:03 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140915131803.58ECA23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Sep 15 13:18:02 2014 New Revision: 922277 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/karaf.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/karaf.html ============================================================================== --- websites/production/camel/content/karaf.html (original) +++ websites/production/camel/content/karaf.html Mon Sep 15 13:18:02 2014 @@ -84,7 +84,7 @@ -

Karaf Support

Apache Camel is designed to work nicely into Apache Karaf OSGi container.

It includes:

  • Camel features descriptor allowing to easily and quickly install Camel in Karaf.
  • Karaf commands allowing you to view, start, stop, get info, about the Camel contexts and routes running in the Karaf instance.
    NB: Karaf commands are available starting with Camel 2.8.0, and the commands was renamed in Camel 2.9.0.

Here are the versions that are compatible.

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

2.10.0

2.2.8

2.11.0

2.3.1

2.12.0

2.3.2

2.13.02.3.3

Preparing Karaf for Camel

Camel uses several bundles to provide low level package, such as javax.annotation or javax.xml.bind.

Due to that, we mustn't use the default system package coming from the JDK. It means that we need to "exclude" some packages from system packages in order to use packages provided by tiers bundles.

Camel pro vides a ready to use config.properties file that you can download:

http://svn.apache.org/repos/asf/camel/tags/camel-2.7.2/platforms/karaf/features/src/main/resources/config.properties

This file has to be copied into Karaf etc folder.

+

Karaf Support

Apache Camel is designed to work nicely into Apache Karaf OSGi container.

It includes:

  • Camel features descriptor allowing to easily and quickly install Camel in Karaf.
  • Karaf commands allowing you to view, start, stop, get info, about the Camel contexts and routes running in the Karaf instance.
    NB: Karaf commands are available starting with Camel 2.8.0, and the commands was renamed in Camel 2.9.0.

Here are the versions that are compatible.

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

2.10.0

2.2.8

2.11.0

2.3.1

2.12.0

2.3.2

2.13.02.3.3
2.14.02.3.7

Preparing Karaf for Camel

Camel uses several bundles to provide low level package, such as javax.annotation or javax.xml.bind.

Due to that, we mustn't use the default system package coming from the JDK. It means that we need to "exclude" some packages from system packages in order to use packages provided by tiers bundles.

Camel provides a ready to use config.properties file that you can download:

http://svn.apache.org/repos/asf/camel/tags/camel-2.7.2/platforms/karaf/features/src/main/resources/config.properties

This file has to be copied into Karaf etc folder.

Karaf 2.2.5 or newer

Icon