Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-7350

the exception should be able to return to client if retry is 0 with ws-rm

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.1.12, 3.0.14, 3.2.0
    • None
    • None
    • Unknown

    Description

      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

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: