Re: Pipeline error handling
From: Christof ("Christof")
Date: 06/16/04
- Next message: Christof: "Re: Change promoted properties in Custom Component Pipeline"
- Previous message: Christof: "Re: Stream handling in custom pipeline component"
- In reply to: Thierry Loo \(CrossFactory\): "Pipeline error handling"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Jun 2021 21:34:26 +0200
The behaviour by design is that any failures will occur on the message
context as a suspended message inside HAT... If you want additional check
you'll have to implement these yourself.
Best regards,
Christof
"Thierry Loo (CrossFactory)" <first_name.last_name@my_company.net> wrote in
message news:40cfef44$1_4@corp.newsgroups.com...
> Hi,
>
> I've been looking for a while in the newsgroups and the doc on this topic:
> how to catch an error that occurs in a pipeline component ?
>
> Actually I want ot execute specific actions when some errors occurs.
> Examples: when a not well-formed xml doc is received, or when the XML
> validator returns an error (the error is actually sent to the event log,
but
> this is not very handy)
>
> From what I can see, I ha