Re: Bindy CSV not Marshaling

2010-05-30 Thread Claus Ibsen
On Mon, May 31, 2010 at 7:50 AM, Nick Heudecker wrote: > 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 Num

Re: Bindy CSV not Marshaling

2010-05-30 Thread Nick Heudecker
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 boo

Re: Current ThreadPoolProfile

2010-05-30 Thread Claus Ibsen
On Sun, May 30, 2010 at 9:40 PM, sub3 wrote: > > Hi, > > Can I change the current ThreadPoolProfile maxPoolSize via code at runtime? > I wanted to experiment to see if I was hitting the upper limit. > > I google-d and one person said you could get to it through CamelContext, but > I don't see how.

Current ThreadPoolProfile

2010-05-30 Thread sub3
Hi, Can I change the current ThreadPoolProfile maxPoolSize via code at runtime? I wanted to experiment to see if I was hitting the upper limit. I google-d and one person said you could get to it through CamelContext, but I don't see how. Thank for any help, Steve -- View this message in cont

Service Unavailable Exception

2010-05-30 Thread allisonsdad
Hello Folks, I'm trying to test servicemix clustering by using a camel route with concurrency. I have (2) servicemix instances setup on the same host in a cluster. The log entries on instance#2 show that the cluster seems to be handshaking OK, so I believe that the configuration is good. I'm

Re: Bindy CSV not Marshaling

2010-05-30 Thread Claus Ibsen
On Sun, May 30, 2010 at 5:30 AM, Nick Heudecker 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.