WS-RM policy assertions not merged properly
--------------------------------------------
Key: CXF-1487
URL: https://issues.apache.org/jira/browse/CXF-1487
Project: CXF
Issue Type: Bug
Reporter: Bharath Ganesh
Assignee: Bharath Ganesh
While merging the RM policy assertions several max and min logic are applied
currently.
Refer to
[http://www.nabble.com/WS-RM-BaseRetransmissionInterval-td13383409.html#a133834]
For instance, the maximum value for BaseRetransmissionInterval WS-RM policy
assertion is 3 secs, which is the default value. Even if the user provides a
different value the minimum of user specified value and the default value is
taken. If user provides a non null value for any of the assertions -
Retransmission interval, inactivity timeout, acknowledgment interval, we should
apply them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.