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?
On Fri, May 28, 2010 at 6:30 PM, Mattias Severson wrote:
>
> That seems like a neat solution. :-)
>
> Question:
> Is it possible to send several files to one receiver in a similar way (e.g.
> by providing a Collection as body)? Naturally, I can iterate over the
> file collection and send the files