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 D400E9224 for ; Tue, 3 Jul 2012 22:29:42 +0000 (UTC) Received: (qmail 12938 invoked by uid 500); 3 Jul 2012 22:29:42 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 12896 invoked by uid 500); 3 Jul 2012 22:29:42 -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 12888 invoked by uid 99); 3 Jul 2012 22:29:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 22:29:42 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@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; Tue, 03 Jul 2012 22:29:37 +0000 Received: by lbok6 with SMTP id k6so2101647lbo.32 for ; Tue, 03 Jul 2012 15:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rf79uGirf+UDXobjd46aiJq0pyXrZzZHmXq8ooOaguM=; b=qbMXTzrYkbwdDUOoSutYSmV9Eq6sWbHRTySRZE9wLYmuoGRaAVzzpMOscvo5jhIzVE yf+ltxnOa7kn6s/oNJ1VCm2lybrc6N17cenIbV+V7f2yoL4khY9obqjyZDJqsQaDDjKX NfssHeoPZdjHcVspo6K0C8+KKgFo5PvkFZnEKDImdS98dlNckCdZO9nDZxmS8NfXq10S Yghznd3ahG3kU+uePYAvQ4w+8EWVz58iCvIOvEJotXz15gjdw0cCUnSzai3NzkxXJAzT ftKFZDi76FIEUM8WC8uA7hesVXkdpYItBSv60L4uGFXbAd9MtVGHyzDhPGoOatQeYup7 zHyg== MIME-Version: 1.0 Received: by 10.112.83.169 with SMTP id r9mr8770944lby.66.1341354555958; Tue, 03 Jul 2012 15:29:15 -0700 (PDT) Received: by 10.114.14.1 with HTTP; Tue, 3 Jul 2012 15:29:15 -0700 (PDT) Received: by 10.114.14.1 with HTTP; Tue, 3 Jul 2012 15:29:15 -0700 (PDT) In-Reply-To: <1341329564936-5715410.post@n5.nabble.com> References: <1341269976126-5715387.post@n5.nabble.com> <1341278822108-5715389.post@n5.nabble.com> <1341302644081-5715395.post@n5.nabble.com> <1341329564936-5715410.post@n5.nabble.com> Date: Wed, 4 Jul 2012 00:29:15 +0200 Message-ID: Subject: Re: Camel 2.10.0 and Bindy/CSV From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=f46d0401fc43d3660804c3f471b2 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0401fc43d3660804c3f471b2 Content-Type: text/plain; charset=ISO-8859-1 Could you please raise a JIRA for the case you got a NPE!? Best, Christian Sent from a mobile device Am 03.07.2012 17:33 schrieb "Reynald" : > I could make it work with this: > > from("direct:start").unmarshal().bindy(BindyType.Csv, > "services.billing").to("direct:test"); > > Somehow all the other combinations generated nullpointerexceptions. > > Thanks!!! > > PS. Camel is fantastic! It spare us days of programming and testing only > with this feature and this is just the beginning :). > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-2-10-0-and-Bindy-CSV-tp5715387p5715410.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --f46d0401fc43d3660804c3f471b2--