You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Rosalin Pattnaik <ro...@gmail.com> on 2008/11/28 12:48:19 UTC

Handling Timeout and Retrying the service after a time interval

Hi,

How can i handle timeout exception in case of an service invocation and
retry the service in a finite loop with some time interval  and proceed with
the flow in case i get the response or exit the flow in case of failure in
receiving the response even after a finite[2-3] no. of tries. ?

Timeout Exception isnt a predefined exception. Can it be caught using a
fault handler?


Regards,
Rosalin

Re: Handling Timeout and Retrying the service after a time interval

Posted by Alex Boisvert <bo...@intalio.com>.
http://ode.apache.org/activity-failure-and-recovery.html

On Fri, Nov 28, 2008 at 3:48 AM, Rosalin Pattnaik <
rosalin.pattnaik@gmail.com> wrote:

> Hi,
>
> How can i handle timeout exception in case of an service invocation and
> retry the service in a finite loop with some time interval  and proceed
> with
> the flow in case i get the response or exit the flow in case of failure in
> receiving the response even after a finite[2-3] no. of tries. ?
>
> Timeout Exception isnt a predefined exception. Can it be caught using a
> fault handler?
>
>
> Regards,
> Rosalin
>