Re: understanding SEDA and Thread processor

2009-02-05 Thread Doug Douglass
Thanks Roman for the JIRA link. My question initially came from experimenting with trying to provide multiple threads around the http component to increase throughput. I admit I'm having some general confusion trying to get the thread processor to behave the way I think it should. Since I was

What jar is ca.uhn.hl7v2.parser.Parser in?

2009-02-05 Thread yesnid
Hello All, I am getting a Class Not found Exception for: ca.uhn.hl7v2.parser.Parser what jar is this in? Thank you, Nick -- View this message in context: http://www.nabble.com/What-jar-is-ca.uhn.hl7v2.parser.Parser-in--tp21855318s22882p21855318.html Sent from the Camel - Users mailing list

Re: What jar is ca.uhn.hl7v2.parser.Parser in?

2009-02-05 Thread Claus Ibsen
Hi Its a dependency in the camel-hl7 component http://camel.apache.org/hl7.html The .jar is from the HAPI library http://hl7api.sourceforge.net/ If you are using maven it should really be able to auto download those .jars. On Thu, Feb 5, 2009 at 5:22 PM, yesnid ns...@pelco.com wrote: Hello

throwFault DSL doesn't actually throw?

2009-02-05 Thread Trevv
I added a .throwFault at the end of a .choice, as suggested near the end of the http://camel.apache.org/message-router.html Message Router wiki page. But I found that .throwFault doesn't actually throw anything. Is there a different DSL command, for throwing an exception? Is .throwFault

Re: throwFault DSL doesn't actually throw?

2009-02-05 Thread Willem Jiang
Hi, Can you give me the whole picture of your DSL? maybe you should use end() to close the block. Willem Trevv wrote: I added a .throwFault at the end of a .choice, as suggested near the end of the http://camel.apache.org/message-router.html Message Router wiki page. But I found that