Author: shameera Date: Thu May 9 09:06:56 2013 New Revision: 1480577 URL: http://svn.apache.org/r1480577 Log: RAWInOnlyXMLMessageReceiver should return its' name correctly when it throw methodDoesNotExistInOnly error message, Then it easy to identify the reason of fault
Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties?rev=1480577&r1=1480576&r2=1480577&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties (original) +++ axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties Thu May 9 09:06:56 2013 @@ -88,7 +88,7 @@ unknownStyle=The {0} style is an unknown rawXmlProviderIsLimited=The XML provider supports only the methods that contain the public OMElement <method-name>(OMElement) signature where the method-name variable can be any value. methodNotImplemented=The implementation class does not define a method called methodDoesNotExistInOut=The ServiceClass object does not implement the required method in the following form: OMElement {0}(OMElement e) -methodDoesNotExistInOnly=RawXMLMessageReceiver can not handle this scenario since ServiceClass has implemented to take Non OMElement as method arguments. +methodDoesNotExistInOnly=RawInOnlyXMLMessageReceiver can not handle this scenario since ServiceClass has implemented to take Non OMElement as method arguments. implReturnedNull=The implementation class returned a null value. invalidMethodName=The {0} method name is not valid for the service implementation class. blockInvocationExpectsRes=The blocking invocation does not contain a response.