You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2017/04/28 04:16:04 UTC

[jira] [Resolved] (CXF-7350) the exception should be able to return to client if retry is 0 with ws-rm

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

Freeman Fang resolved CXF-7350.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.14
                   3.1.12
                   3.2.0

> the exception should be able to return to client if retry is 0 with ws-rm
> -------------------------------------------------------------------------
>
>                 Key: CXF-7350
>                 URL: https://issues.apache.org/jira/browse/CXF-7350
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.2.0, 3.1.12, 3.0.14
>
>
> CXF-2841 fix the scenario that when the ws-rm retransmission kick in the exception occured in client out interceptor shouldn't return to client. However, there's case that ws-rm retry set as 0 like
> {code}
>         SourcePolicyType sourcePolicy = new SourcePolicyType();
>         RetryPolicyType retryP = new RetryPolicyType();
>         retryP.setMaxRetries(0);
>         sourcePolicy.setRetryPolicy(retryP);
>         bus.getExtension(RMManager.class).setSourcePolicy(sourcePolicy);
> {code}
> In this case the exception should be able to return to client so that the client can fast fail



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)