Bindy CSV not Marshaling

2010-05-29 Thread Nick Heudecker
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?

Re: Dynamic origin file components?

2010-05-29 Thread Claus Ibsen
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