You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Nuwan Dias (JIRA)" <ji...@apache.org> on 2012/08/07 08:12:02 UTC

[jira] [Updated] (SYNAPSE-902) Fault sequence gets invoked even when the responseAction of an endpoint timeout is set to discard.

     [ https://issues.apache.org/jira/browse/SYNAPSE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nuwan Dias updated SYNAPSE-902:
-------------------------------

    Attachment: SYNAPSE-902.patch

Attaching patch for issue. Please review and commit.
                
> Fault sequence gets invoked even when the responseAction of an endpoint timeout is set to discard.
> --------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-902
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-902
>             Project: Synapse
>          Issue Type: Bug
>          Components: Endpoints
>            Reporter: Nuwan Dias
>         Attachments: SYNAPSE-902.patch
>
>
> Consider the following proxy service configuration. 
> <proxy name="TimeoutProxy" transports="https http" startOnLoad="true" trace="disable"> 
>       <description/> 
>       <target faultSequence="fault"> 
>          <endpoint> 
>             <address uri="http://serverhost/TimeoutService/"> 
>                <timeout> 
>                   <duration>1000</duration> 
>                   <responseAction>discard</responseAction> 
>                </timeout> 
>             </address> 
>          </endpoint> 
>          <outSequence> 
>             <send/> 
>          </outSequence> 
>       </target> 
> </proxy>
> The address endpoint is configured to discard the message if a timeout occurs. But it still invokes the fault sequence on a timeout. This is the same behavior of having 'fault' as the <responseAction>.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org