You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/05/25 20:00:07 UTC

svn commit: r948137 - in /cxf/branches/2.2.x-fixes: ./ tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties

Author: dkulp
Date: Tue May 25 18:00:06 2010
New Revision: 948137

URL: http://svn.apache.org/viewvc?rev=948137&view=rev
Log:
Merged revisions 946523 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r946523 | gmazza | 2010-05-20 00:30:49 -0400 (Thu, 20 May 2010) | 2 lines
  
  Typos and grammatical errors fixed (CXF-2817)
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties?rev=948137&r1=948136&r2=948137&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties (original)
+++ cxf/branches/2.2.x-fixes/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties Tue May 25 18:00:06 2010
@@ -18,6 +18,6 @@
 #    under the License.
 #
 #
-NON_UNIQUE_BODY = Non unique body parts! In a port, operations must have unique operation signaure on the wire for successful dispatch. In port {0}, Operations \"{1}\" and \"{2}\" have the same request body block {3}  
-WRAPPER_STYLE_NAME_COLLISION = Element {0} has Having the same name with different types[{1} -- {2}],  In wrapper style, there is a collision as per the spec.
-FAULT_WITH_MULTIPLE_PARTS = Fault message {0} has multiple parts which is against WSDL specification.
\ No newline at end of file
+NON_UNIQUE_BODY = Non-unique body parts! In a port, operations must have unique operation signatures on the wire for successful dispatching. In port {0}, operations \"{1}\" and \"{2}\" have the same request body block {3}  
+WRAPPER_STYLE_NAME_COLLISION = Element {0} has the same name with different types[{1} -- {2}].  This will cause a collision in wrapper style as per the spec.
+FAULT_WITH_MULTIPLE_PARTS = Fault message {0} has multiple parts which is disallowed by the WSDL specification.
\ No newline at end of file