Re: Zip format problem

2009-10-03 Thread Claus Ibsen
On Sat, Oct 3, 2009 at 12:29 AM, Vladimir Okhotnikov vokhotni...@gmail.com wrote: Hi first of all, thanks for the great framework. The learning curve is a bit, steep, but the possibilities are surely worth it. Apparently I have a small problem with a ZIP data format. In my project, I have

Re: using methodName for bean binding doesn't work with Processor beans

2009-10-03 Thread Claus Ibsen
Hi I have just backported a fix for CAMEL-1878 to 1.x as well. You are welcome to try with a new 1.6.2-SNAPSHOT whether it fixes your bean problem. On Fri, Oct 2, 2009 at 6:01 PM, erh ehas...@transunion.com wrote: I'm having trouble getting the methodName to work when routing to a bean using

Re: Apache camel mina concurrency issue

2009-10-03 Thread Claus Ibsen
Hi See CAMEL-2049 https://issues.apache.org/activemq/browse/CAMEL-2049 Which has a patch for the concurrent producer mina issue in Camel 1.x Again this is already fixed in Camel 2.0 as the mina producers are pooled. On Wed, Sep 16, 2009 at 8:17 AM, Claus Ibsen claus.ib...@gmail.com wrote: On

Re: Zip format problem

2009-10-03 Thread Christian Grobmeier
Hi, BTW: We had a though of adding Commons VFS for zip file handling. But the person who started the work on it never really took off. i am committer to the Commons project and helped writing Commons Compress. Is compress an option too? Just b/c I am not too deep into camel at the moment, is

Re: Zip format problem

2009-10-03 Thread Claus Ibsen
On Sat, Oct 3, 2009 at 2:29 PM, Christian Grobmeier grobme...@gmail.com wrote: Hi, BTW: We had a though of adding Commons VFS for zip file handling. But the person who started the work on it never really took off. i am committer to the Commons project and helped writing Commons Compress. Is