On Sun, May 30, 2010 at 5:30 AM, Nick Heudecker <[email protected]> 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
