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 ro...@apache.org on 2007/03/16 21:06:27 UTC

svn commit: r519120 - in /webservices/axis2/trunk/java/modules: integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java kernel/src/org/apache/axis2/i18n/resource.properties metadata/src/org/apache/axis2/jaxws/i18n/resource.properties

Author: robinsona
Date: Fri Mar 16 13:06:26 2007
New Revision: 519120

URL: http://svn.apache.org/viewvc?view=rev&rev=519120
Log:
axis2-2293 update message text

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java?view=diff&rev=519120&r1=519119&r2=519120
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java Fri Mar 16 13:06:26 2007
@@ -82,7 +82,7 @@
         } catch (AxisFault e) {
 //            e.printStackTrace();
             System.out.println(e.getMessage());
-            assertTrue(e.getMessage().indexOf("Service not found for the") >= 0);
+            assertTrue(e.getMessage().indexOf("The service cannot be found for the") >= 0);
             tearDown();
             return;
         }

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties?view=diff&rev=519120&r1=519119&r2=519120
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties Fri Mar 16 13:06:26 2007
@@ -12,6 +12,9 @@
 #     and may contain translation instructions.  They need not be
 #     translated unless your translated file, rather than this file,
 #     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
 
 #############################################################################
 # DO NOT TOUCH THESE PROPERTIES - THEY ARE AUTOMATICALLY UPDATED BY THE BUILD
@@ -58,7 +61,7 @@
 unknownMsgLabel=An unknown message label has been encountered: {0}
 cannotCorrelateMsg= The system cannot correlate the {0} message operation to RelatesTo {1}
 addAfterInvoke00={0}: The chain already has been invoked.
-AandBdonotmatch=The {0} value does not match {1} value. The system expected the {2} value, but found the {3} value.
+#AandBdonotmatch=The {0} value does not match {1} value. The system expected the {2} value, but found the {3} value.
 rpcNeedmatchingChild=The remote procedure call (RPC) style expects the immediate child of the SOAP body.
 unknownStyle=The {0} style is an unknown style.
 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.
@@ -85,12 +88,11 @@
 threadpoolset=The thread pool is already set.
 transportiniterror=A transport-OUT initialization error: {0}
 invalidserviceinagroup=The {0} service, which is not valid, does not belong to the {1} service group.
-cannotFlushRootNull=Cannot flush the context since the root context is null
+cannotFlushRootNull=Context cannot be flushed since the root context is null
 
 #     Deployment Errors
-invalidWSDLFound=The WSDL file found in the service archive file is not valid. The WSDL file must have either \ 
-http://www.w3.org/2006/01/wsdl or http://www.w3.org/2004/03/wsdl as the namespace of the document element.
-wsdlfilenotfound=The WSDL file cannot be found for the service: {0}
+invalidWSDLFound=The WSDL file found in the service archive file is not valid. The WSDL file must have either http://www.w3.org/2006/01/wsdl or http://www.w3.org/2004/03/wsdl as the namespace of the document element.
+#wsdlfilenotfound=The WSDL file cannot be found for the service: {0}
 servicexmlnotfound=The services.xml file cannot be found for the service: {0}
 modulexmlnotfound=The module.xml file cannot be found for the module: {0}
 classnotfound=The {0} class cannot be found.
@@ -101,7 +103,7 @@
 modulevalfailed=Module validation failed: {0}
 invalidphase=The phases are not valid.  Recheck the axis2.xml file {0} for the {1} handler.
 dispatchPhaseNotFoundOnInflow=The '"Dispatch'" phase is not found on the global '"InFlow'" phase of the axis2.xml file. Make sure the phase is within the axis2.xml file.
-invalidmoduleref=The {0} service refers to the {1} module, which is not valid.
+#invalidmoduleref=The {0} service refers to the {1} module, which is not valid.
 invalidmodulerefbyop={0} operation refers to the {1} module, which is not valid.
 addingnewmodule=Adding new module
 settingcl=The service is setting the {0} class loader.
@@ -119,7 +121,8 @@
 undefinedFlowType=An undefined flow type exists in {0}
 flowtypeisrequird=The flow type is a required attribute in {0}
 elementisnotallow=The {0} element is not allowed in the axis2.xml file.
-outflownotallowedintrin=OUTFlow does not support in AxisTransportIN  {0}
+# outflownotallowedintrin is not used
+#outflownotallowedintrin=OUTFlow does not support in AxisTransportIN  {0}
 unknownelement=This element is unknown: {0}
 inflownotallowedintrout=InFlow is not supported in TransportOutDescription {0}
 badarguforservice=The {0} arguments are not valid for the {1} service.
@@ -128,14 +131,17 @@
 modulenotfound=The {0} module is not valid or has not been deployed.
 badparaagu=bad parameter arguments. name cannot be null : {0}
 badlistagu=The listener arguments are not valid.
-invalidhandlerdif= The Handler cannot have both a name and a ref {0}
-thisshouldbeimplment=This should be implemented {0}
+# invalidhandlerdif and thisshouldbeimplement are not used.
+#invalidhandlerdif= The Handler cannot have both a name and a ref {0}
+#thisshouldbeimplment=This should be implemented {0}
 opnotfoundinwsdl=The {0} Operation Name cannot be found in the WSDL file.
-badopattribute=An attribute that is not valid was found in the operation: {0}
-unknownelementinop=An unknown element exists in the operation: {0}
+# badopeattribute and unknownelementinop are not used.
+#badopattribute=An attribute that is not valid was found in the operation: {0}
+#unknownelementinop=An unknown element exists in the operation: {0}
 modulecannothavrbothnameandref=A module cannot have both a name and a ref {0}.
 invalideleinmodule=The {0} element is not allowed in the module.xml file.
-invalidphase01=Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in different flow
+# invalidphase01 is not used.
+#invalidphase01=Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in different flow
 invalidmodulerefbyconfig=A reference by the axis2.xml file is made to the {0} module, which is not valid.
 phasedosenotspecified=A Phase is specified for the {0} handler.                                            
 servicemodulecannothaveglobal=A service-specific module cannot refer system pre-defined phases:  {0}
@@ -167,7 +173,8 @@
 errorininputstreamclose=An error occurred in closing input stream.
 phaseclassnotfound=The system cannot find the phase class: {0} : {1}
 modulenamecannotnull=The module name cannot be null in the version element for the side default module.
-documentcreatingerror=An exception occurred when creating the document from the WSDL file: {0}
+# documentcreatingerror is not used.
+#documentcreatingerror=An exception occurred when creating the document from the WSDL file: {0}
 noserviceelemtfound=The javax.wsdl.Service element cannot be found.
 serviceporterror=The system must specify at least one port.
 soapbindingerror=The system must specify at least one port with a SOAP binding.
@@ -203,11 +210,12 @@
 outmsgctxnull=The out message context is null. Set the out message context before calling this method.
 cannotreset=The message exchange pattern (MEP) is not complete. Cannot reset
 cannotaddmsgctx=The system cannot add the message context again until client runs.
-clusterImplNotFound=Cluster implementation class not found
-cannotLoadClusterImpl=Cannot load Cluster implementation
+clusterImplNotFound=Cluster implementation class is not found
+cannotLoadClusterImpl=Cluster implementation cannot be loaded
 
 #Policy
 emptypolicy=The Policy ID is either null or empty.
+# outMessageNull is not used.
 #outMessageNull=The out message is null.
 malformedURLException00=MalformedURLException:
 exception00=Exception:
@@ -232,7 +240,7 @@
 enginestarted=The Axis engine started.
 mustunderstandfailed=Must Understand check failed for header {0} : {1}
 receivederrormessage=The system received an error message with the {0} ID. 
-servicenotfoundforepr=Service not found for the endpoint reference (EPR) {0}
+servicenotfoundforepr=The service cannot be found for the endpoint reference (EPR) {0}
 operationnotfoundforepr=The endpoint reference (EPR) for the Operation not found is {0} and the WSA Action = {1}
 unabletofindservice=The requested service could not be found -- the operation has been stopped.
 invalidservicegrouoid=The {0} Service Group ID is not valid.

Modified: webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties?view=diff&rev=519120&r1=519119&r2=519120
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties Fri Mar 16 13:06:26 2007
@@ -12,6 +12,9 @@
 #     and may contain translation instructions.  They need not be
 #     translated unless your translated file, rather than this file,
 #     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
 
 #############################################################################
 # DO NOT TOUCH THESE PROPERTIES - THEY ARE AUTOMATICALLY UPDATED BY THE BUILD
@@ -46,7 +49,7 @@
 noWebResultForProperty=The system cannot create the WebResult object for the {0} property of the {1} Java bean.
 portInfoErr0=The system cannot construct the port data. The {0} service name is not valid.
 portInfoErr1=The system cannot construct the port data. The {0} port name is not valid.
-portInfoErr2The system cannot construct the port data. The {0} binding id is not valid.
+portInfoErr2=The system cannot construct the port data. The {0} binding id is not valid.
 # The key portInfoErr3 is not currently used.
 # portInfoErr3=The system cannot construct the port data. The {0} service endpoint is not valid.
 warnAxisFault=An AxisFault occurred. However, processing continues.  The AxisFault is {0}
@@ -63,7 +66,7 @@
 proxyErr1=An attempt was made to invoke the {0} method, but this method is not available on the javax.xml.ws.BindingProvider or {1} class.
 proxyErr2=The @SOAPBinding annotation Style for the service endpoint interface (SEI) and the @SOAPBinding annotation Style for the method should be same.
 proxyPrivateMethod=Invalid method call.  The method {0} is not a valid method.
-proxyExcludedMethod=Invalid method call.  The method {0} has been excluded using the @WebMethod(exclude='true') annotation.
+proxyExcludedMethod=Invalid method call.  The method {0} has been excluded using the @WebMethod(exclude=true) annotation.
 proxyNullCallback=Invalid AsyncHandler object.  The AsynchHandler cannot be null for an asynchronous callback invocation.
 JAXWSMessageReceiverNoServiceClass=The service class cannot be found for this AxisService.
 EndpointControllerErr2=The service class is not configured for this endpoint. Processing cannot continue.
@@ -147,7 +150,7 @@
 dispatchBadDOMSource=An invalid DOMSource was encountered during Dispatch.  Please use a DOMSource that contains a Node.
 convertProblem=An internal error occurred during JAX-WS marshalling. An object of type {0} cannot be converted into the destination type of {1}
 invalidPropValue=The value of property {0} was invalid.  {1} does not match expected type {2}.
-NullParamErr1={0} argument in operation {1} is null.  This is not allowed for {2} messages.
+NullParamErr1=Argument {0} in operation {1} is null.  This is not allowed for messages {2}.
 unknownHost=The host specified by the URL is unknown.
 connectionRefused=An attempt to connect to the URL was refused.
 mimeBodyPartError=Error: Problem creating mime parts.



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