[ https://issues.apache.org/jira/browse/CXF-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Sosnoski updated CXF-3271: --------------------------------- Attachment: inorder.zip Integration test and associated policy files, to be run from /systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm > WS-RM code does not support InOrder assurances > ---------------------------------------------- > > Key: CXF-3271 > URL: https://issues.apache.org/jira/browse/CXF-3271 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 2.3.2 > Reporter: Dennis Sosnoski > Priority: Critical > Attachments: inorder.zip > > > The WS-RM implementation does not support InOrder assurances. When InOrder is > used alone (which is effectively the same as combined with AtLeastOnce) or > with AtMostOnce messages are just delivered in whatever order they arrive. > When InOrder is combined with ExactlyOnce the code never delivers any > messages (due to a logic error in > DestinationSequence.allPredecessorsAcknowledged()). See attached integration > test and policy documents to demonstrate the issues. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.