Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 96568 invoked from network); 3 Aug 2009 14:58:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 14:58:41 -0000 Received: (qmail 42593 invoked by uid 500); 3 Aug 2009 14:58:46 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 42540 invoked by uid 500); 3 Aug 2009 14:58:46 -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 42530 invoked by uid 99); 3 Aug 2009 14:58:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 14:58:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 14:58:35 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MXyzO-0001QD-V3 for users@camel.apache.org; Mon, 03 Aug 2009 07:58:14 -0700 Message-ID: <24792299.post@talk.nabble.com> Date: Mon, 3 Aug 2009 07:58:14 -0700 (PDT) From: Bak Attila To: users@camel.apache.org Subject: Cascading bean and splitter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bakattila12@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to cascade a bean and a splitter like (java DSL): from("file:src/data?noop=true").bean(new IncomingMessageValidator()). split().method("splitter", "splitBody"). to("direct:test"); It complains that method to(String) is undefined for object. What am i doing wrong? Thanks, attila -- View this message in context: http://www.nabble.com/Cascading-bean-and-splitter-tp24792299p24792299.html Sent from the Camel - Users mailing list archive at Nabble.com.