Re: [Dev] FailOver endpoint is failing to invoke FailOver Logic for special Error Codes

2012-08-30 Thread Andun Sameera
Hi, The logic worked. Test case is added to ESB. Thanks for all the help. AndubSLG On Aug 30, 2012 11:22 AM, "Andun Sameera" wrote: > Hi Hiranya, > > Thanks for looking in to this. I don't understand a way to Assert to check > takes > >= 3 errors. So after discussing with Miyuru I thought a anot

Re: [Dev] FailOver endpoint is failing to invoke FailOver Logic for special Error Codes

2012-08-29 Thread Andun Sameera
Hi Hiranya, Thanks for looking in to this. I don't understand a way to Assert to check takes >= 3 errors. So after discussing with Miyuru I thought a another alternative. - Specify Non Retry codes for all error codes expect 101504 - Generate a 101505 - So client will timeout without gett

Re: [Dev] FailOver endpoint is failing to invoke FailOver Logic for special Error Codes

2012-08-29 Thread Hiranya Jayathilaka
On Thu, Aug 30, 2012 at 8:45 AM, Andun Sameera wrote: > Hi, > > I have tried int the way which Dushan explained. So I have change my proxy > config like this, > >transports="http https" > startOnLoad="true"> > > > > >

Re: [Dev] FailOver endpoint is failing to invoke FailOver Logic for special Error Codes

2012-08-29 Thread Andun Sameera
Hi, I tried using this config also, http://10.200.3.190:8280/services/echo "> 2000

Re: [Dev] FailOver endpoint is failing to invoke FailOver Logic for special Error Codes

2012-08-29 Thread Andun Sameera
Hi, I have tried int the way which Dushan explained. So I have change my proxy config like this, http://localhost:9001/services/LBService1";>

Re: [Dev] FailOver endpoint is failing to invoke FailOver Logic for special Error Codes

2012-08-29 Thread Dushan Abeyruwan
Hi AFAIU, the failover logic is working as follows, In your endpoint if its defines as 2000 101504,101508 0

[Dev] FailOver endpoint is failing to invoke FailOver Logic for special Error Codes

2012-08-29 Thread Andun Sameera
Hi All, I am trying to check the functionality of the Fail Over Endpoint. I want to verify that the failover logic is happening to specific error codes. I used proxy given below for that, According to [1], err