[jbossws-issues] [JBoss JIRA] (JBWS-4067) The exception should be able to return to client if retry is 0 with ws-rm

Alessio Soldano (JIRA) issues at jboss.org
Wed May 10 09:32:00 EDT 2017


     [ https://issues.jboss.org/browse/JBWS-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-4067:
----------------------------------
        Project: JBoss Web Services  (was: WildFly)
            Key: JBWS-4067  (was: WFLY-8743)
       Workflow: classic default workflow  (was: GIT Pull Request workflow )
    Component/s: jbossws-cxf
                 ws-reliable
                     (was: Web Services)


> The exception should be able to return to client if retry is 0 with ws-rm
> -------------------------------------------------------------------------
>
>                 Key: JBWS-4067
>                 URL: https://issues.jboss.org/browse/JBWS-4067
>             Project: JBoss Web Services
>          Issue Type: Bug
>          Components: jbossws-cxf, ws-reliable
>            Reporter: Petr Jurak
>            Assignee: Alessio Soldano
>
> 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
>         SourcePolicyType sourcePolicy = new SourcePolicyType();
>         RetryPolicyType retryP = new RetryPolicyType();
>         retryP.setMaxRetries(0);
>         sourcePolicy.setRetryPolicy(retryP);
>         bus.getExtension(RMManager.class).setSourcePolicy(sourcePolicy);
> 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
(v7.2.3#72005)


More information about the jbossws-issues mailing list