You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrea Smyth (JIRA)" <ji...@apache.org> on 2007/08/01 15:46:53 UTC

[jira] Created: (CXF-872) WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace

WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace
-------------------------------------------------------

                 Key: CXF-872
                 URL: https://issues.apache.org/jira/browse/CXF-872
             Project: CXF
          Issue Type: New Feature
          Components: WS-* Components
            Reporter: Andrea Smyth
             Fix For: 2.1


Dan's mail from 23-04-2007:
It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 

This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-872) WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526128 ] 

Sergey Beryozkin commented on CXF-872:
--------------------------------------

Patch_cxf_872 has been applied. Another patch is to be applied to fix a ws-policy sample failure caused by applying this patch, or more precisely, by the fact the patch_cxf_872 was incomplete

> WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace
> -------------------------------------------------------
>
>                 Key: CXF-872
>                 URL: https://issues.apache.org/jira/browse/CXF-872
>             Project: CXF
>          Issue Type: New Feature
>          Components: WS-* Components
>            Reporter: Andrea Smyth
>             Fix For: 2.1
>
>         Attachments: patch_cxf_872.patch
>
>
> Dan's mail from 23-04-2007 to cxf-dev@incubator.apache.org
> It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
> deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 
> This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data  (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants). For samples should be changed to use the new namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-872) WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace

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

Andrea Smyth updated CXF-872:
-----------------------------

    Description: 
Dan's mail from 23-04-2007 to cxf-dev@incubator.apache.org
It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 

This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data  (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants). For samples should be changed to use the new namespace.

  was:
Dan's mail from 23-04-2007:
It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 

This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants).


> WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace
> -------------------------------------------------------
>
>                 Key: CXF-872
>                 URL: https://issues.apache.org/jira/browse/CXF-872
>             Project: CXF
>          Issue Type: New Feature
>          Components: WS-* Components
>            Reporter: Andrea Smyth
>             Fix For: 2.1
>
>
> Dan's mail from 23-04-2007 to cxf-dev@incubator.apache.org
> It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
> deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 
> This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data  (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants). For samples should be changed to use the new namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-872) WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace

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

Sergey Beryozkin updated CXF-872:
---------------------------------

    Attachment: patch_cxf_872.patch

Summary :
 * PolicyConstants uses http://www.w3.org/ns/ws-policy by default
 * Existing tests updated so that all existing types of policy providers and builders are tested agains newer and older namespaces

> WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace
> -------------------------------------------------------
>
>                 Key: CXF-872
>                 URL: https://issues.apache.org/jira/browse/CXF-872
>             Project: CXF
>          Issue Type: New Feature
>          Components: WS-* Components
>            Reporter: Andrea Smyth
>             Fix For: 2.1
>
>         Attachments: patch_cxf_872.patch
>
>
> Dan's mail from 23-04-2007 to cxf-dev@incubator.apache.org
> It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
> deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 
> This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data  (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants). For samples should be changed to use the new namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-872) WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace

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

Daniel Kulp resolved CXF-872.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)
                   2.0.3

Resolved a long time ago by applying the patches

> WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace
> -------------------------------------------------------
>
>                 Key: CXF-872
>                 URL: https://issues.apache.org/jira/browse/CXF-872
>             Project: CXF
>          Issue Type: New Feature
>          Components: WS-* Components
>            Reporter: Andrea Smyth
>             Fix For: 2.0.3
>
>         Attachments: patch_cxf_872.patch, ws-policy-sample-cxf_872.patch
>
>
> Dan's mail from 23-04-2007 to cxf-dev@incubator.apache.org
> It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
> deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 
> This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data  (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants). For samples should be changed to use the new namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-872) WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace

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

Sergey Beryozkin updated CXF-872:
---------------------------------

    Attachment: ws-policy-sample-cxf_872.patch

A follow-up patch to fix a ws-policy sample demo.

Contains an update to addr-external.xml demo file

> WS-Policy: Upgrade to www.w3.org/ns/ws-policy namespace
> -------------------------------------------------------
>
>                 Key: CXF-872
>                 URL: https://issues.apache.org/jira/browse/CXF-872
>             Project: CXF
>          Issue Type: New Feature
>          Components: WS-* Components
>            Reporter: Andrea Smyth
>             Fix For: 2.1
>
>         Attachments: patch_cxf_872.patch, ws-policy-sample-cxf_872.patch
>
>
> Dan's mail from 23-04-2007 to cxf-dev@incubator.apache.org
> It seems the http://www.w3.org/2006/07/ws-policy/ policy namespace is
> deprecated and we should use http://www.w3.org/ns/ws-policy/ now instead. 
> This upgrade can now take place - aside from changing the default value in the PolicyConstants class, it is largely a matter of either updating test data  (wsdls, cfg files) or else making these tests use the older version of the namespace (by configuring the PolicyConstants). For samples should be changed to use the new namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.