Author: ffang
Date: Tue Aug 21 06:37:49 2012
New Revision: 1375394
URL: http://svn.apache.org/viewvc?rev=1375394&view=rev
Log:
Merged revisions 1375391 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1375391 | ffang | 2012-08-21 14:23:54 +0800 (二, 21 8 2012) | 1 line
[CXF-4479]Improve \"No namespace on \"{0}\" element\" error message.
........
Modified:
cxf/branches/2.6.x-fixes/ (props changed)
cxf/branches/2.6.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
Propchange: cxf/branches/2.6.x-fixes/
------------------------------------------------------------------------------
Merged /cxf/trunk:r1375391
Propchange: cxf/branches/2.6.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.6.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties?rev=1375394&r1=1375393&r2=1375394&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
(original)
+++
cxf/branches/2.6.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
Tue Aug 21 06:37:49 2012
@@ -28,7 +28,7 @@ NO_OPERATION=No such operation: {0}
ATTACHMENT_IO=Attachment IO Exception: {0}
INVALID_VERSION="{0}", the namespace on the "{1}" element, is not a valid SOAP
version.
INVALID_11_VERSION=A SOAP 1.2 message is not valid when sent to a SOAP 1.1
only endpoint.
-NO_NAMESPACE=No namespace on "{0}" element.
+NO_NAMESPACE=No namespace on "{0}" element. You must send a SOAP request.
BP_2211_RPCLIT_CANNOT_BE_NULL=Cannot write part {0}. RPC/Literal parts cannot
be null. (WS-I BP R2211)
UNKNOWN_RPC_LIT_PART=Found element {0} but could not find matching RPC/Literal
part
SOAP_ACTION_MISMATCH=The given SOAPAction {0} does not match an operation.