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/05/02 09:19:15 UTC

[jira] Assigned: (CXF-620) WS-Addressing namespace URI is stale

     [ https://issues.apache.org/jira/browse/CXF-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Smyth reassigned CXF-620:
--------------------------------

    Assignee: Andrea Smyth

> WS-Addressing namespace URI is stale
> ------------------------------------
>
>                 Key: CXF-620
>                 URL: https://issues.apache.org/jira/browse/CXF-620
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.0-RC
>         Environment: NA
>            Reporter: Steven E. Harris
>         Assigned To: Andrea Smyth
>            Priority: Minor
>
> The class org.apache.cxf.ws.addressing.policy.MetadataConstants
> defines the WS-Addressing namespace with a now-stale URI:
> ,----
> | public final class MetadataConstants {
> |     
> |     public static final String NAMESPACE_URI = 
> |         "http://www.w3.org/2007/01/addressing/metadata";
> |     public static final String ADDRESSING_ELEM_NAME = "Addressing";
> `----
> Per the latest working draft of "Web Services Addressing 1.0 - Metadata", the namespace has changed to http://www.w3.org/2007/02/addressing/metadata:
> http://www.w3.org/TR/ws-addr-metadata/#namespaces
> That is, the "01" became "02".

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