Re: timers processors and parallel processing

2011-07-07 Thread Willem Jiang
Thanks for reporting it. On Thu Jul 7 14:19:25 2011, vssundar wrote: We investigate further and found that when the splitter returns 0 results the route seems to hang and this was on Camel 2.5. We tried upgrading to Camel 2.7.1 and that seems to fix the problem. -- View this message in context

Re: timers processors and parallel processing

2011-07-06 Thread vssundar
We investigate further and found that when the splitter returns 0 results the route seems to hang and this was on Camel 2.5. We tried upgrading to Camel 2.7.1 and that seems to fix the problem. -- View this message in context: http://camel.465427.n5.nabble.com/timers-processors-and-parallel-proc

Re: timers processors and parallel processing

2011-07-05 Thread vssundar
Thank you Willem. From your reply I can surmise that this should work as I was not sure if I missed a section indicating lack of such support. I'll try and replicate the problem with a simple test case and will post it here if I am successful. Regards, Sundar -- View this message in context: h

Re: timers processors and parallel processing

2011-07-04 Thread Willem Jiang
Can you create a simple unit test to demonstrate this error? It will be helpful for us to locate the issue. On 7/2/11 3:04 PM, vssundar wrote: I have a camel route in Groovy that simplified as below: from (timer).process(myProcessor).split().parallelProcessing().process(anotherProcessor) When