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 3FFE59133 for ; Thu, 29 Sep 2011 11:18:56 +0000 (UTC) Received: (qmail 29651 invoked by uid 500); 29 Sep 2011 11:18:55 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 29608 invoked by uid 500); 29 Sep 2011 11:18:55 -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 29599 invoked by uid 99); 29 Sep 2011 11:18:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 11:18:55 +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; Thu, 29 Sep 2011 11:18:49 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R9EdI-000679-Fj for users@camel.apache.org; Thu, 29 Sep 2011 04:18:28 -0700 Date: Thu, 29 Sep 2011 04:18:28 -0700 (PDT) From: heinrichheine To: users@camel.apache.org Message-ID: <1317295108481-4852665.post@n5.nabble.com> In-Reply-To: <1317294684709-4852647.post@n5.nabble.com> References: <1317293551151-4852597.post@n5.nabble.com> <1317294684709-4852647.post@n5.nabble.com> Subject: Re: Where is the .handled method? Migrating from 2.5 to 2.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org And a general question regarding the wireTap situation: i found some other locations, e.g. choice where i can not place a wireTap inside a when and place a second when afterwards. Example .choice() .when().xpath("expr") .wireTap("log:somewhere") .to("direct:here") .when() <-------------- this creates a compile error .wireTap("log:somwherelese") .to("direct:there") .endChoice() Why am i not allowed to use wireTap in this situation? -- View this message in context: http://camel.465427.n5.nabble.com/Where-is-the-handled-method-Migrating-from-2-5-to-2-8-1-tp4852597p4852665.html Sent from the Camel - Users mailing list archive at Nabble.com.