Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 57892 invoked from network); 29 Mar 2011 06:15:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 06:15:59 -0000 Received: (qmail 72462 invoked by uid 500); 29 Mar 2011 06:15:58 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 72365 invoked by uid 500); 29 Mar 2011 06:15:58 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 72357 invoked by uid 99); 29 Mar 2011 06:15:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 06:15:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of enargit@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 06:15:52 +0000 Received: by vws17 with SMTP id 17so3475102vws.32 for ; Mon, 28 Mar 2011 23:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=FVcCs+zRn3QmscpIpcBiCfSkyAUcYauuzewFQ947KzQ=; b=q/NnZXa4oZhLgEjYJI29gN7b+ZwgCCovxGRMpTtoXe3l9PpvTZ7BnfhNVDV5Ok23qq Wrb97SgnDmPb0rh1vahiw287CRE5URaWcN/ryYcPn81i7767xzVzC85UzZlDsW047g3Y 27bBCZhjweggevPqpdT6WvlgZlqvdLbc9OT0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=E3lMCl8NwcUPy7ZNuC7/y9q2+dJskkXDI4rt1Vhj/w7vVFfOeMj9Gpos9YuLJw44Gs d2cy0D0C1+w1SqjUCD6XbLT5kTgV913nJEcY6gWnmNNByZc03um0TR8pOeZ30owf9Gqq Oyqvgw6JgS0PMG/NrSm+HPA7WuXsltOENqt7c= MIME-Version: 1.0 Received: by 10.52.95.15 with SMTP id dg15mr6687292vdb.228.1301379331349; Mon, 28 Mar 2011 23:15:31 -0700 (PDT) Received: by 10.52.163.166 with HTTP; Mon, 28 Mar 2011 23:15:31 -0700 (PDT) Date: Tue, 29 Mar 2011 09:15:31 +0300 Message-ID: Subject: Issues with running camel-example-osgi on Eclipse Equinox From: =?KOI8-R?B?98zBxMnNydIg4s/M2NvV1MvJzg==?= To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hello, I have issues on using Camel in Eclipse Equinox (my goal is to create Eclipse plugin with Camel support). First of all, I'm trying to run camel-example-osgi. I managed to run it under Apache Karaf (with Equinox set as framework in config) as there were good tutorials, but not bare Eclipse Equinox. I ran bare Eclipse Equinox, and installed all necessary dependencies one by one (using pax-url-mvn bundle) osgi> ss Framework is launched. id State Bundle 0 ACTIVE org.eclipse.osgi_3.6.2.R36x_v20110210 1 ACTIVE org.ops4j.pax.url.mvn_1.2.3 2 ACTIVE org.apache.camel.camel-core_2.7.0 3 ACTIVE org.springframework.core_3.0.5.RELEASE 4 ACTIVE org.apache.camel.camel-context_2.7.0 6 ACTIVE org.apache.camel.camel-spring_2.7.0 7 ACTIVE com.springsource.net.sf.cglib_2.2.0 8 ACTIVE com.springsource.org.aopalliance_1.0.0 9 ACTIVE commons-management_1.0.0 10 ACTIVE org.springframework.aop_3.0.5.RELEASE 11 ACTIVE org.springframework.asm_3.0.5.RELEASE 12 ACTIVE org.springframework.beans_3.0.5.RELEASE 13 ACTIVE org.springframework.context_3.0.5.RELEASE 15 ACTIVE org.springframework.expression_3.0.5.RELEASE 16 ACTIVE org.springframework.osgi.core_1.2.1 17 ACTIVE org.springframework.osgi.io_1.2.1 18 ACTIVE org.springframework.transaction_3.0.5.RELEASE 21 ACTIVE com.springsource.org.apache.commons.logging_1.1.1 22 ACTIVE org.apache.camel.camel-example-osgi_2.7.0 25 ACTIVE slf4j.api_1.6.1 Fragments=26 26 RESOLVED slf4j.simple_1.6.1 Master=25 26th bundle must not be started as it is a Fragment. The only output were two lines on activating camel-core bundle: 0 [OSGi Console] INFO org.apache.camel.impl.osgi.Activator - Camel activator starting 48 [OSGi Console] INFO org.apache.camel.impl.osgi.Activator - Camel activator started Seems, everything is active, but there's no timed messages from Camel. What is the right way to launch Camel context? I also tried to use Camel 2.5.0 and Spring 3.0.4.RELEASE but got the same situation. Please, could you explain where can be my fault? Thanks, Vladimir.