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 6C13797EB for ; Mon, 13 Feb 2012 21:39:39 +0000 (UTC) Received: (qmail 24218 invoked by uid 500); 13 Feb 2012 21:39:39 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 24165 invoked by uid 500); 13 Feb 2012 21:39:38 -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 24152 invoked by uid 99); 13 Feb 2012 21:39:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 21:39:38 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 21:39:31 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Rx3c7-00046f-2p for users@camel.apache.org; Mon, 13 Feb 2012 13:39:11 -0800 Date: Mon, 13 Feb 2012 13:39:11 -0800 (PST) From: Babak Vahdat To: users@camel.apache.org Message-ID: <1329169151081-5480646.post@n5.nabble.com> In-Reply-To: <1329156182631-5480041.post@n5.nabble.com> References: <4D650526.3060002@gmx.net> <1329156182631-5480041.post@n5.nabble.com> Subject: Re: Dynamic reloading of routes with SpringXML MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi The loadRoutesDefinition() is deprecated at the CamelContext level and has been leveraged to ModelCamelContext [1] where you can make use of setDataFormats() as well. Also note that as a side effect the Impl class org.apache.camel.impl.DefaultCamelContext now implements this new ModelCamelContext interface. [1] https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/main/java/org/apache/camel/model/ModelCamelContext.java Babak -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-reloading-of-routes-with-SpringXML-tp3396990p5480646.html Sent from the Camel - Users mailing list archive at Nabble.com.