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
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.