Author: amilas Date: Thu Jan 6 14:22:04 2011 New Revision: 1055890 URL: http://svn.apache.org/viewvc?rev=1055890&view=rev Log: fixing issue AXIS2-4409
Modified: axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties Modified: axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties?rev=1055890&r1=1055889&r2=1055890&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties (original) +++ axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties Thu Jan 6 14:22:04 2011 @@ -117,7 +117,7 @@ SOAP12WithSAAJ12Err=A SOAP 1.2 message c dispatchNullParamMessageMode=The parameter cannot be a null value for a Dispatch invocation using the MESSAGE mode. dispatchNullParamHttpBinding=The parameter cannot be a null value for a Dispatch invocation using the XML/HTTP binding. dispatchInvalidParam=The parameter for the Dispatch invocation was not valid. -dispatchInvalidType=Unsupported Dispatch Type, Dispatch can only be of the java.lang.String, javax.xml.transform.Source, javax.xml.soap.SOAPMessage, or javax.xml.soap.SOAPEnvelope type. +dispatchInvalidType=Unsupported Dispatch Type, Dispatch can only be of the java.lang.String, javax.xml.transform.Source, javax.xml.soap.SOAPMessage, javax.xml.soap.SOAPEnvelope or org.apache.axiom.om.OMElement type. prepareRequestFail=An error occurred when the system was preparing the request message. checkUserName=Error: The javax.xml.ws.security.auth.username property was set, but no value was specified. NoMaintainSessionProperty=Error: Maintain Session is enabled but none of the session properties (Cookies, Over-written URL) are returned.