You can use a processor and throw an exception from it
process(new Processor()...
// and throw exception here
On Fri, Feb 6, 2009 at 3:16 AM, Willem Jiang wrote:
> Hi,
>
> Can you give me the whole picture of your DSL?
> maybe you should use end() to close the block.
>
> Willem
>
> Trevv wrote:
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 .t
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 docum
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 wrote:
>
> Hello All,
>
> I am
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 a
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 at