You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sc...@apache.org on 2006/11/17 00:41:37 UTC

svn commit: r475988 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/i18n/resource.properties

Author: scheu
Date: Thu Nov 16 15:41:36 2006
New Revision: 475988

URL: http://svn.apache.org/viewvc?view=rev&rev=475988
Log:
AXIS2-1471
Contributor:Ming Cheung
Changes to the JAX-WS resource property file

Modified:
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/i18n/resource.properties

Modified: webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/i18n/resource.properties?view=diff&rev=475988&r1=475987&r2=475988
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/i18n/resource.properties Thu Nov 16 15:41:36 2006
@@ -36,7 +36,7 @@
 # The key addPortErr1 is not currently used
 # addPortErr1=An attempt was made to add the {0} port with the {1} endpoint address, which is not valid, to the ServiceDelegate. This addition is not allowed.
 addPortErr2=An attempt was made to add a port without a name to the ServiceDelegate. This addition is not allowed.
-serviceDelegateConstruct0=An attempt was made to construct the ServiceDelegate with an invalid service name: {0}.
+serviceDelegateConstruct0=An attempt was made to construct the ServiceDelegate with an service name that is not valid: {0}.
 serviceDelegateConstruct1=An attempt was made to construct the ServiceDelegate with the {0} service, but the service is not defined in the {1} WSDL file.
 serviceDescErr0=The service class is not valid. The service QName cannot be null.
 serviceDescErr1=The service class is not valid. The Service class {0} must be assignable to javax.xml.ws.Service.
@@ -104,35 +104,32 @@
 AsyncListenerErr1=An internal error occurred. The AxisCallback object cannot be null.
 DocLitProxyHandlerErr1=According to the WS-I specification, multiple part WSDL files are not allowed for a Document/Literal Bare request. The invoked method has multiple input parameters.
 DocLitProxyHandlerErr2=The Method Input parameter for a non-wrapped Request cannot be null.
-DocLitProxyHandlerErr3=Use the javax.xml.ws.AsyncHandler method parameter type with Async Callback operations only. The method is Async if it returns a Future<?> and ends with letters 'Async'.
+DocLitProxyHandlerErr3=Use the javax.xml.ws.AsyncHandler method parameter type with Async Callback operations only. The method is Async if it returns a Future<?> type and ends with letters 'Async'.
 DocLitProxyHandlerErr4=The mode for the WebParam annotation cannot be IN for an input parameter that is a Holder type.
 DocLitProxyHandlerErr5=The object is not a Holder type.
 JavaBeanDispatcherErr1=A Java method was not found for the operation. If the WSDL operation name is different from the Java method name, make sure that the @WebMethod annotation name is present.
 SOAP12WithSAAJ12Err=A SOAP 1.2 message cannot be rendered in an SAAJ 1.2 object model.
-dispatchNullParamMessageMode=The parameter cannot be a null value for a Dispatch invocation using MESSAGE mode.
+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 type java.lang.String, javax.xml.transform.Source, javax.xml.soap.SOAPMessage, javax.xml.soap.SOAPEnvelope.
+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.
 prepareRequestFail=An error occurred when the system was preparing the request message.
 validateUserName=Error: A value must be specified when setting the javax.xml.ws.security.auth.username property.
 validatePassword=Error: A value must be specified when setting the javax.xml.ws.security.auth.password property.
 checkUsernameAndPassword=Error: The javax.xml.ws.security.auth.username user name and the javax.xml.ws.security.auth.password password must be specified.
-NoMaintainSessionProperty=Error: Maintain Session is enabled but none of the Session Properties (Cookies, Over-written URL) is returned.
-NullValueForMaintainSessionProperty=Error: The value of {0} Session property is NULL.
-JAXBBlockFactoryErr1=An internal assertion error occurred.  The context parameter of JAXBBlockFactory should be a JAXBBlockContext object, but a {0} object was found.
-JAXBBlockFactoryErr2=An internal assertion error occurred.  The business object parameter of JAXBBlockFactory should be a JAXBElement or an object with an @XmlRootElement annotation, but a {0} object was found.
-WebServiceContextInjectionImplErr1=Cannot inject Resource on a null Service Instance.
-WebServiceContextInjectionImplErr2=Injection on Private and Protected set methods not supported yet.
-WebServiceContextInjectionImplErr3=Cannot inject WebServiceContext on ServiceInstance Field, field cannot be NULL.
-WebServiceContextInjectionImplErr4=Cannot inject WebServiceContext on ServiceInstance Method, method cannot be NULL.
-WebServiceContextInjectionImplErr5=Injection on Private and Protected Service Instance Field not supported yet.
-WebServiceContextInjectionImplErr6=injection can happen using method if method name starts with \"set\" returns a void and only has one parameter and the type of this parameter must be compatible with resource.
-ResourceInjectionFactoryErr1=Unknown Resource Type, Currently only Resource of Type javax.xml.ws.WebServiceContext can be injected.
-EndpointLifecycleManagerImplErr1=Failed to create EndpointLifecycleManager, Endpoint Instance cannot be null.
-ClassUtilsErr1=Unable to get class loader.
-ClassUtilsErr2={0} does not appear to be a valid package (Unsupported encoding)
-ClassUtilsErr3="IOException was thrown when trying to get all resources for {0}
-ClassUtilsErr1=Unable to get class loader.
-ClassUtilsErr2={0} does not appear to be a valid package (Unsupported encoding)
-ClassUtilsErr3=IOException was thrown when trying to get all resources for {0}
-MethodMarshallerErr1=Cannot create a custom JAX-WS exception for fault bean: {0}
+NoMaintainSessionProperty=Error: Maintain Session is enabled but none of the session properties (Cookies, Over-written URL) are returned.
+NullValueForMaintainSessionProperty=Error: The value of the {0} Session property is NULL.
+JAXBBlockFactoryErr1=An internal assertion error occurred. The context parameter of the JAXBBlockFactory object should be a JAXBBlockContext object, but a {0} object was found.
+JAXBBlockFactoryErr2=An internal assertion error occurred. The business object parameter of JAXBBlockFactory object should be a JAXBElement object or an object with an @XmlRootElement annotation, but a {0} object was found.
+WebServiceContextInjectionImplErr1=A null service instance cannot be injected into the resource.
+WebServiceContextInjectionImplErr2=The injection of private and protected set methods are not supported.
+WebServiceContextInjectionImplErr3=A null service instance cannot be injected into the webservices context.
+WebServiceContextInjectionImplErr4=A null service instance cannot be injected into the webservices context.
+WebServiceContextInjectionImplErr5=The injection of private and protected service instance field is not supported.
+WebServiceContextInjectionImplErr6=The injection can happen using a method if the method name that starts with \"set\" returns a void, only has one parameter, and the type of this parameter is compatible with the resource.
+ResourceInjectionFactoryErr1=An unknown resource type was found, Only a javax.xml.ws.WebServiceContext resource type can be injected.
+EndpointLifecycleManagerImplErr1=EndpointLifecycleManager object is null.
+ClassUtilsErr1=A class loader was not found.  
+ClassUtilsErr2={0} might not be a valid package because the encoding is unsupported.
+ClassUtilsErr3=An IOException error was thrown when trying to get all of the resources for {0}
+MethodMarshallerErr1=A JAX-WS service exception for the {0} fault bean cannot be created.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org