The NON_UNIQUE_BODY message misspells signature signaure
--------------------------------------------------------
Key: CXF-2817
URL: https://issues.apache.org/jira/browse/CXF-2817
Project: CXF
Issue Type: Bug
Affects Versions: 2.2.8
Environment: Windows XP SP 3. Java 1.6.0_20
Reporter: Brandon Richins
Priority: Trivial
The NON_UNIQUE_BODY message in
tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
misspells signature as signaure.
Original
=================
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}
Change
=================
NON_UNIQUE_BODY = Non unique body parts! In a port, operations must have unique
operation signature on the wire for successful dispatch. In port {0},
Operations \"{1}\" and \"{2}\" have the same request body block {3}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.