You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Aki Yoshida (Created) (JIRA)" <ji...@apache.org> on 2012/03/21 09:07:51 UTC

[jira] [Created] (CXF-4188) Robust-InOnly processing with WS-RM to perform AtMostOnce delivery assurance check

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

        

[jira] [Resolved] (CXF-4188) Robust-InOnly processing with WS-RM to perform AtMostOnce delivery assurance check

Posted by "Aki Yoshida (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aki Yoshida resolved CXF-4188.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6
                   2.5.3
                   2.4.7
    
> 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.4.4, 2.5.2
>            Reporter: Aki Yoshida
>            Assignee: Aki Yoshida
>             Fix For: 2.4.7, 2.5.3, 2.6
>
>
> 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