Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 80233 invoked from network); 4 Nov 2008 09:07:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2008 09:07:56 -0000 Received: (qmail 57237 invoked by uid 500); 4 Nov 2008 09:08:02 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 57213 invoked by uid 500); 4 Nov 2008 09:08:02 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 57191 invoked by uid 99); 4 Nov 2008 09:08:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 01:08:02 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 09:06:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B75A234C26A for ; Tue, 4 Nov 2008 01:07:05 -0800 (PST) Message-ID: <135300121.1225789625424.JavaMail.jira@brutus> Date: Tue, 4 Nov 2008 01:07:05 -0800 (PST) From: "Andreas Kuhtz (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1049) Allow configuration of shouldStartContext with Spring (CamelContextFactoryBean) In-Reply-To: <2116443499.1225745345383.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1049: --------------------------------- Attachment: camel-shouldStartContext.patch > Allow configuration of shouldStartContext with Spring (CamelContextFactoryBean) > ------------------------------------------------------------------------------- > > Key: CAMEL-1049 > URL: https://issues.apache.org/activemq/browse/CAMEL-1049 > Project: Apache Camel > Issue Type: Improvement > Components: camel-spring > Affects Versions: 1.5.0 > Environment: WinXP, JDK5 > Reporter: Andreas Kuhtz > Assignee: Willem Jiang > Fix For: 1.5.1, 2.0.0 > > Attachments: camel-shouldStartContext.patch, camel-typo.patch > > > The shouldStartContext flag should be configurable with the spring configuration (CamelContextFactoryBean). The attached patch has the enhancements. The second patch is for a typo in a log message if the start is skipped. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.