You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Bharath Ganesh (JIRA)" <ji...@apache.org> on 2008/03/24 10:53:24 UTC

[jira] Created: (CXF-1487) WS-RM policy assertions not merged properly

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.


[jira] Updated: (CXF-1487) WS-RM policy assertions not merged properly

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

Bharath Ganesh updated CXF-1487:
--------------------------------

    Component/s: WS-* Components

> WS-RM policy assertions not merged properly 
> --------------------------------------------
>
>                 Key: CXF-1487
>                 URL: https://issues.apache.org/jira/browse/CXF-1487
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>            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.


[jira] Resolved: (CXF-1487) WS-RM policy assertions not merged properly

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

Bharath Ganesh resolved CXF-1487.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.6
                   2.1


Files changed: org.apache.cxf.ws.rm.policy.PolicyUtils.java

> WS-RM policy assertions not merged properly 
> --------------------------------------------
>
>                 Key: CXF-1487
>                 URL: https://issues.apache.org/jira/browse/CXF-1487
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>            Reporter: Bharath Ganesh
>            Assignee: Bharath Ganesh
>             Fix For: 2.1, 2.0.6
>
>
> 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.