Author: amilas Date: Sat Jun 12 05:58:58 2010 New Revision: 953943 URL: http://svn.apache.org/viewvc?rev=953943&view=rev Log: Applied the patch for AXIS2-4737
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=953943&r1=953942&r2=953943&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 Sat Jun 12 05:58:58 2010 @@ -34,7 +34,9 @@ # will serve as a base for other translators. # # Do not remove the following comment line. It is a variable used by a translation tool. -# NLS_MESSAGEFORMAT_VAR +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +#ISMESSAGEFILE TRUE ############################################################################# # DO NOT TOUCH THESE PROPERTIES - THEY ARE AUTOMATICALLY UPDATED BY THE BUILD @@ -51,7 +53,7 @@ exceptionDuringExceptionFlow=An exceptio serviceClientCreateError=The ServiceClient cannot be created. cannotSetExcutorToNull=An attempt was made to set the Executor to a null value. This is not allowed. getPortInvalidSEI=An attempt was made to call getPort with the {0} port and {1} service endpoint interface (SEI). However, this call is not allowed. -createDispatchFail0=Dispatch creation failed. The QName port cannot be null. +createDispatchFail0=Dispatch creation failed. The port QName cannot be null. createDispatchFail1=Dispatch creation failed. The {0} port cannot be found. Verify that the port has been added to the service. createDispatchFail2=Dispatch creation failed. The service cannot find Port data for the {0} port. addPortDup=An attempt was made to add the {0} port to the ServiceDelegate. The port already exists. @@ -198,10 +200,10 @@ endpointDescriptionErr1=EndpointDescript endpointDescriptionErr2=Caught {0} attempting to complete configuration on AxisService for ServiceDesription: {1} endpointDescriptionErr3=EndpointDescription.EndpointDescription: parents DBC is null endpointDescriptionErr4=EndpointDescription: Unable to add parameters to AxisService -endpointDescriptionErr5=Can't add AxisService param: {0} +endpointDescriptionErr5=Cannot add AxisService param: {0} endpointDescriptionErr6=Either WebService or WebServiceProvider annotation must be present on {0} endpointDescriptionErr7=Both WebService or WebServiceProvider annotations cannot be presenton {0} -endpointDescriptionErr8=Can't create SEI class: +endpointDescriptionErr8=Cannot create SEI class: RespectBindingConfiguratorErr1=Client side RespectBindingConfiguration failed, EndpointDescription was NULL. RespectBindingConfiguratorErr2=Client side RespectBindingConfiguration failed, EndpointDescriptionWSDL was NULL. operationDescriptionErr1=OperationDescription: Unable to add parameters to AxisOperation @@ -225,9 +227,9 @@ createAxisOprErr3=Could not setup Doc/Li seiMethodErr=Can not set an SEI method once it has been set. regMUHeadersErr=Unable to add Parameter for header QNames to AxisOperation {0} genParamTypesErr=OperationDescriptionImpl.getParameterActualGenericType not supported for DBC. -updateEPDescrErr1=ServiceDescription.updateEndpointDescription: Can not do a getPort on a port added via addPort(). PortQN: {0} -updateEPDescrErr2=ServiceDescription.updateEndpointDescription: Can not do a getPort with a null SEI. PortQN: {0} -updateEPDescrErr3=ServiceDescription.updateEndpointDescription: Can't do a getPort() specifiying a different SEI than the previous getPort(). PortQN: {0}; current SEI: {1}; previous SEI: {2} +updateEPDescrErr1=ServiceDescription.updateEndpointDescription: Cannot do a getPort on a port added via addPort(). PortQN: {0} +updateEPDescrErr2=ServiceDescription.updateEndpointDescription: Cannot do a getPort with a null SEI. PortQN: {0} +updateEPDescrErr3=ServiceDescription.updateEndpointDescription: Cannot do a getPort() specifying a different SEI than the previous getPort(). PortQN: {0}; current SEI: {1}; previous SEI: {2} dbclIntegrityErr=Validation phase 1 failure: {0}; Failing composite: {1} validateIntegrityErr1=Validation error: This is a Provider based endpoint that does not contain a WebServiceProvider annotation. Provider class: {0} validateIntegrityErr2=Validation error: WebService annotation and WebServiceProvider annotation cannot coexist. Implementation class: {0} @@ -295,7 +297,7 @@ serviceDescErr5=The dynamic port {0} can serviceDescErr6=Can not specify a sparse composite when calling Service.createDispatch. endpointDescErr1=AxisService: {0} does not contain a Service Description convertUtils=Cannot convert from {0} to {1}. Check your application for mismatched classes. -serviceDelegateNoPort=Could not find the port for EndpointReference {0) +serviceDelegateNoPort=Could not find the port for EndpointReference {0} serviceDelegateProxyError=Unable to load proxy classes due to the following exception: {0} soapMessageContextErr1=Illegal argument encountered. The qname argument for SOAPMessageContext.getHeaders is null. singleThreadedExecutorErr1=The Runnable command provided to the SingleThreadedExecutor was null. A non-null instance is required. @@ -351,4 +353,3 @@ axisEndpointReferenceFactoryErr=Cannot c axisEndpointReferenceFactoryErr2=Cannot create an endpoint reference because the address, service name, and/or port name are null. dispatchInvalidTypeWithMode=Unsupported Dispatch Type: Dispatch type javax.xml.soap.SOAPMessage cannot be used with messages in Payload mode. serviceDelegateConstruct2=An attempt was made to construct the ServiceDelegate object with the {0} service and with WebServicesFeatures, but there are no standard features defined for service creation in the current specification. -