Author: gmazza
Date: Sun Feb 3 15:28:51 2008
New Revision: 618123
URL: http://svn.apache.org/viewvc?rev=618123&view=rev
Log:
Added troubleshooting comment to error message.
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties?rev=618123&r1=618122&r2=618123&view=diff
==============================================================================
---
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
(original)
+++
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
Sun Feb 3 15:28:51 2008
@@ -27,7 +27,7 @@
NO_DATAWRITER=No DataWriter is available for Service: {0}
COULD_NOT_UNRWAP=Could not unwrap message parts.
COULD_NOT_SEND=Could not send Message.
-NO_PART_FOUND=Message part {0} was not recognized.
+NO_PART_FOUND=Message part {0} was not recognized. (Does it exist in service
WSDL?)
ORDERED_PARAM_REQUIRED=Parameter should be ordered in the following sequence:
{0}
WRITE_ATTACHMENTS=Could not write attachments.
INVOKE_FAULT_INFO=Couldn't invoke getFaultInfo method.