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
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
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.
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
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
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.