Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11D2A10387 for ; Sun, 28 Jul 2013 19:39:34 +0000 (UTC) Received: (qmail 78817 invoked by uid 500); 28 Jul 2013 19:39:33 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 78716 invoked by uid 500); 28 Jul 2013 19:39:33 -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 78708 invoked by uid 99); 28 Jul 2013 19:39:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jul 2013 19:39:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rmannibucau@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jul 2013 19:39:28 +0000 Received: by mail-vc0-f173.google.com with SMTP id id13so1583144vcb.4 for ; Sun, 28 Jul 2013 12:39:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=2KS+bEz/MFiNAWF/h4hH/3Ck2CUXRMVdq9sn8Sj9Pdg=; b=cccBUyqkIwPRDgm8OEcoX99jiwMvXjP+Kq2k3iWCA5rvDjdImnb2sVL2qnaA9eh5eK AXsO291ugMt3qayHESZx9VXuvK3Ns5dBz8NhjW6Iv1kpT+jFggtg5ahbNqwNoQpRYnRQ FzSxgb4gAfIXzmIBkFVgzYZO+AYmtYolINYyBvJ6HxqtHBGMLpQWKAQzO+Mh5ggJB11F roniddbvJ9eXu4jOjwZzXX5DuTafcxbDjbv9OP7RITux+PCoG6VXIwMZkVbByhH2G+DQ Rs9tkfs6fjIwkMAfaTPLgNJX3mMCJ0PYC2Jl9pBv0Vw6uuVZTZ3TibU3j/SxU10yBtRu oSGg== X-Received: by 10.52.27.232 with SMTP id w8mr20438454vdg.111.1375040347316; Sun, 28 Jul 2013 12:39:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.209.3 with HTTP; Sun, 28 Jul 2013 12:38:47 -0700 (PDT) In-Reply-To: References: From: Romain Manni-Bucau Date: Sun, 28 Jul 2013 21:38:47 +0200 Message-ID: Subject: Re: camel-cdi and non containers To: users@camel.apache.org Content-Type: multipart/alternative; boundary=20cf307abcfd7428df04e2978703 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307abcfd7428df04e2978703 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable hi i used it (before any release so it maybe changed) with owb in KarafEE so just pick the container you want ;) *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/7/28 John D. Ament > Hi Romain > > I think that's plain camel-cdi. The question is more around using > camel-cdi in service mix (probably using pax cdi and either Weld or OWB). > > > On Sun, Jul 28, 2013 at 3:06 PM, Romain Manni-Bucau > wrote: > > > Hi > > > > If it didnt change since i looked it relies on DS so you just need to > > ensure cdi impl bundle started before > > Le 28 juil. 2013 21:01, "John D. Ament" a > =E9crit : > > > > > Hi all > > > > > > I'm interested in using camel-cdi support, but not within an EE > > container; > > > instead I want to run it with Karaf and Service Mix. The docs at [1] > > seem > > > to indicate that we need to use a bootstrap class to setup the > container, > > > however it seems like with service mix, service mix would need to do > > this. > > > Am I correct in understanding that in order to then run camel-cdi in > > > service mix we would need to change how service mix started up? > > > > > > Thanks, > > > > > > John > > > > > > [1]: http://camel.apache.org/cdi.html > > > > > > --20cf307abcfd7428df04e2978703--