Author: barrettj
Date: Fri Aug 27 16:58:08 2010
New Revision: 990207

URL: http://svn.apache.org/viewvc?rev=990207&view=rev
Log:
Correct quote marks as required by some translation tools.  Patch submitted by 
Phil Adams.

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=990207&r1=990206&r2=990207&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
 Fri Aug 27 16:58:08 2010
@@ -353,5 +353,5 @@ 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.
-MethodRetrieverWarning1=Public method {0} will be exposed as a Web Service 
operation per JAX-WS 2.2 tooling rules. If you intend to expose only operations 
that have @WebMethod annotation, set the manifest property 'LegacyWebmethod: 
true' or set a JVM property 'jaxws.runtime.legacyWebMethod=true'. 
+MethodRetrieverWarning1=Public method {0} will be exposed as a Web Service 
operation per JAX-WS 2.2 tooling rules. If you intend to expose only operations 
that have @WebMethod annotation, set the manifest property ''LegacyWebmethod: 
true'' or set a JVM property ''jaxws.runtime.legacyWebMethod=true''. 
 generateWSDLNonSoap11=This implementation does not contain a WSDL definition 
and is not a SOAP 1.1 based binding. Per the JAXWS specification, a WSDL 
definition cannot be generated for this implementation.  The implementation 
class name is {0} 
\ No newline at end of file


Reply via email to