Robust-InOnly processing with WS-RM to perform AtMostOnce delivery assurance 
check
----------------------------------------------------------------------------------

                 Key: CXF-4188
                 URL: https://issues.apache.org/jira/browse/CXF-4188
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.5.2, 2.4.4
            Reporter: Aki Yoshida
            Assignee: Aki Yoshida


In CXF-4146, to support the robust-inonly mode with WS-RM, the acknowledgement 
step has been moved to the post-service invocation step so that the 
acknowledgement message is sent back to the client after the service 
invocation. This change has provided the robust-inonly processing for WS-RM 
with delivery assurance of AtLeastOnce. 

However, moving the acknowledgement code after the service invocation step also 
moved the duplicate check, which should actually be performed before the 
service invocation in order to support the AtMostOnce delivery assurance.

Therefore, the duplicate check code must be moved back to the original position.



--
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

        

Reply via email to