Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74EA99F0C for ; Wed, 20 Jun 2012 13:42:03 +0000 (UTC) Received: (qmail 66433 invoked by uid 500); 20 Jun 2012 13:42:03 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 66387 invoked by uid 500); 20 Jun 2012 13:42:03 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 66378 invoked by uid 99); 20 Jun 2012 13:42:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 13:42:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.217.173 as permitted sender) Received: from [209.85.217.173] (HELO mail-lb0-f173.google.com) (209.85.217.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 13:41:57 +0000 Received: by lbok6 with SMTP id k6so817827lbo.32 for ; Wed, 20 Jun 2012 06:41:37 -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=DX9oT8lZNcNivw08fVZu9sufiboDGa+MbmxC0BPfsHQ=; b=yYnDK7jZK+x4WSwTper0nl7V7J2Wf0GSpReqkqPRVnnLc9GezSdf4dUnehUurL5YyP Z/39C2hcuAnRa2Ir+qCmVbOAytmghI+P2zsFIULIjw9t5cwpqLgktPj1dGjz6zHyKEUw 5u5t9oXPyCHFkdFZgKyYBVBndZMN5dHQjoYgSOeP8wQscwHGfgk1K5m4lmTqD87CmTFD mpTYyB6JwpnjK6qdttamS4GO5mcXRLYUJ7IZJU+FvHmjLGb+dufs88UmsFxOkkPCWjWr x+gV+HthOdMz68IMdPG/brTz3KHX09V43K2krKj0HSjfWWgeXgLbCVnPqvUR+REMhkx6 pD8g== Received: by 10.112.30.226 with SMTP id v2mr9927977lbh.103.1340199697183; Wed, 20 Jun 2012 06:41:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.49.73 with HTTP; Wed, 20 Jun 2012 06:41:13 -0700 (PDT) In-Reply-To: References: From: Claus Ibsen Date: Wed, 20 Jun 2012 15:41:13 +0200 Message-ID: Subject: Re: camel-guice Main not using enableHangupSupport To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 20, 2012 at 3:20 PM, Bilgin Ibryam wrote: > While I was using camel-guice component, I realized that Main class (used > to run Camel from GuiceCamelContext) is actually not using > enableHangupSupport and as a result the app is shut down quickly. The other > Main class implementations in org.apache.camel.main and > org.apache.camel.spring packages use enableHangupSupport. > I think the camel-guice Main should have the same behaviour, WDYT? > Yep it should. You are just one of the few using it :) > Bilgin -- Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen