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 1C569D96E for ; Wed, 26 Sep 2012 15:50:01 +0000 (UTC) Received: (qmail 73524 invoked by uid 500); 26 Sep 2012 15:50:01 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 73452 invoked by uid 500); 26 Sep 2012 15:50:01 -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 73443 invoked by uid 99); 26 Sep 2012 15:50:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 15:50:01 +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; Wed, 26 Sep 2012 15:49:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BED2D23889BB; Wed, 26 Sep 2012 15:49:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1390578 - /camel/trunk/examples/camel-example-cdi/README.txt Date: Wed, 26 Sep 2012 15:49:16 -0000 To: commits@camel.apache.org From: bvahdat@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120926154916.BED2D23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bvahdat Date: Wed Sep 26 15:49:16 2012 New Revision: 1390578 URL: http://svn.apache.org/viewvc?rev=1390578&view=rev Log: Polished. Modified: camel/trunk/examples/camel-example-cdi/README.txt Modified: camel/trunk/examples/camel-example-cdi/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cdi/README.txt?rev=1390578&r1=1390577&r2=1390578&view=diff ============================================================================== --- camel/trunk/examples/camel-example-cdi/README.txt (original) +++ camel/trunk/examples/camel-example-cdi/README.txt Wed Sep 26 15:49:16 2012 @@ -18,18 +18,20 @@ You can see the routing rules by looking To stop the example hit ctrl + c -When we launch the example using the camel maven plugin, a local CDI container is created and started. -Additionally there're two maven profiles being defined by this example (see pom.xml for details) so that -using maven we can easily embed and deploy the example into an application server. +When we launch the example using the camel maven plugin, a local CDI container +is created and started. Additionally there're two maven profiles being defined +by this example (see pom.xml for details) so that using maven we can easily embed +and deploy the example into an application server. -To run the example using JBoss simply type +To run the example using JBoss type mvn deploy -Pjboss -And to launch using Glassfish +And for Glassfish mvn deploy -Pglassfish -Please note that both the JBoss as well as Glassfish maven artifacts are pretty big in size so be patient -as maven downloads them into your local repository for the first time. +Please note that both the JBoss as well as Glassfish maven artifacts are pretty +big in size so be patient as maven downloads them into your local repository for +the first time. This example is documented at http://camel.apache.org/cdi-example.html