Thanks for the response.  There appear to be two bugs with Bindy 2.3.0.
First, BindyAbstractFactory#generateKey() creates an invalid number if you
don't define a @Section annotation.  You'll get a key like 'null000',
resulting in a NumberFormatException.

Next, Bindy doesn't support Booleans or booleans.



On Sun, May 30, 2010 at 1:57 AM, Claus Ibsen <claus.ib...@gmail.com> wrote:

> On Sun, May 30, 2010 at 5:30 AM, Nick Heudecker <nheudec...@gmail.com>
> wrote:
> > Are there known issues with Bindy and marshaling POJOs to CSV?  I
> followed
> > the example and my objects aren't getting past the marshal(...) step with
> > data.  I'm getting a zero-length byte[] in the exchange after the
> > marshal(...) step.  What am I missing?
> >
>
> Hi
>
> You may have to add more details. What Camel version. What does your
> POJO looks like with the annotations.
> Can you see an exception in the logs etc.
>
> At first I suggest to take a look at the unit tests of camel-bindy or
> chapter 3 in the Camel in Action book which contains a Bindy example.
> The source code for the book is free so you can actually find the
> source code for the example there.
>
>
> --
> Claus Ibsen
> Apache Camel Committer
>
> Author of Camel in Action: http://www.manning.com/ibsen/
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
>

Reply via email to