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 running this route, the timer kicks off once and only once and it does
not get invoked again. If I remove the split and the parallel processing
option my program works fine.

I looked into the forums and the concurrency section of the CIA book but
can't seem to figure out the problem.

What am I doing wrong?

Regards,
Sundar




--
View this message in context: 
http://camel.465427.n5.nabble.com/timers-processors-and-parallel-processing-tp4544160p4544160.html
Sent from the Camel - Users mailing list archive at Nabble.com.



--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

Reply via email to