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 2007/02/03 02:50:01 UTC

svn commit: r502842 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/i18n/ kernel/src/org/apache/axis2/transport/mail/ kernel/src/org/apache/axis2/transport/tcp/ metadata/src/org/apache/axis2/jaxws/i18n/

Author: scheu
Date: Fri Feb  2 17:50:00 2007
New Revision: 502842

URL: http://svn.apache.org/viewvc?view=rev&rev=502842
Log:
AXIS2-2081
Contributor: Ming Cheung
Updates to message files

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/i18n/resource.properties
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/MailTransportSender.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/SimpleMailListener.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/tcp/TCPTransportSender.java
    webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties

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=502842&r1=502841&r2=502842
==============================================================================
--- 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 Feb  2 17:50:00 2007
@@ -33,9 +33,9 @@
 cannotBeNullServiceContext=The ServiceContext cannot be null.
 cannotBeNullConfigurationContext=The ConfigurationContext cannot be null.
 cannotBeNullOperationContext=The OperationContext cannot be null.
-nowhereToSendError=The return response path is missing and fault to is not specified.
+nowhereToSendError=The return response path is missing and faultTo is not specified.
 errorwhileProcessingFault=An error occurred while processing the fault. See the previous error in the stack trace for more information. 
-unSupportedMEP=An unsupported message exchange pattern (MEP) exists {0}.
+unSupportedMEP=An unsupported message exchange pattern (MEP) exists in {0}.
 mepClientSupportOnly=This message exchange pattern (MEP) client supports {0} only and the supplied Axis operations supports {1}.
 inputstreamNull=The input stream for an incoming message is null.
 unknownTransport=An unknown transport called {0} exists.
@@ -48,8 +48,8 @@
 transportError=Transport error: {0} Error: {1}
 httpTransportError=HTTP Transport error: ''{0}'' - ''{1}''
 preatureEOS=A premature end of stream has occurred.
-responseTimeOut=Time out while waiting for the server to send the response
-callBackCompletedWithError=The callback completed, but there was no envelope or error
+responseTimeOut=Time out while waiting for the server to send the response.
+callBackCompletedWithError=The callback complete, but there was no envelope element or an error.
 2channelNeedAddressing=To use two transport channels you must use the WS-Addressing module. 
 useSeparateListenerLimited=A false value for the useSeparateListener is supported by the http/tcp and tcp commons transport only when they are set as the sender and receiver.
 replyNeedStarting=Before requesting the ReplyTo value, the system must start the TransportListener. The Transport is {0}
@@ -105,7 +105,7 @@
 addingnewmodule=Adding new module
 settingcl=The service is setting the {0} class loader.
 deployingws=Deploying Web service: {0}
-invalidservice=The {0} service is not valid because {1}
+invalidservice=The {0} service, which is not valid, caused {1}
 deployeingmodule=Deploying module: {0}
 invalidmodule=The {0} module, which is not valid, caused {1}
 serviceremoved=Undeploying Web service: {0}
@@ -115,7 +115,7 @@
 errorloadingbuilder=A {0} error occurred while validating the message builder {1}
 errorloadingformatter=A {0} error occurred while validating the message formatter {1}
 invalidconfigattribute=Attributes exist in the axis2.xml file that are not valid.  {0} {1}
-undefinedFlowType=An undefined flow type exists {0}
+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}
@@ -132,7 +132,7 @@
 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}
-modulecannothavrbothnameandref=A module cannot have both a name and a ref {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
 invalidmodulerefbyconfig=A reference by the axis2.xml file is made to the {0} module, which is not valid.
@@ -144,18 +144,18 @@
 mnf={0} : The module cannot be found.
 invalid_storage=The definition of the storage class is not valid because the class name is missing.
 no_dispatcher_found=A dispatcher cannot be found and cannot continue.
-noMetaInf=Invalid service. META-INF directory not found
-ivs=Invalid service. META-INF directory not found
+noMetaInf=Invalid service. META-INF directory not found.
+ivs=Invalid service. META-INF directory not found.
 badModuleFromOperation=An error occurred in the {0} engaging module to the {1} operation. A module reference that is not valid exists at the operation.
 badModuleFromService=An error occurred in the {0} engaging module to the {1} service. A module reference that is not valid exists at the service.
 InstantiationException=An InstantiationException error occurred in Axis storage processing  {0}
 IllegalAccessException=An IllegalAccessException error occurred in Axis storage processing  {0}
 transportSenderError=The TransportSender implementation class is required for the transport {0}
-obsererror=The Observer implementation class is required.
+obsererror=An implemenation class of the Observer object is required.
 invalidmoduleconfig=A module configuration exists that is not valid.
 invalidhandler=The following handler exists is not valid: {0}
 parameterlockederror=The {0} parameter is locked at the top level and cannot be overridden.
-op_error=Processing Operations Modules {0}
+op_error=Processing Operations Modules with an error of {0}
 servicenameeror=A service name is required.
 invalid_op=The operation is not valid: {0} 
 cannotCorrelateMsg01=Cannot correlate MessageID {1} to {0}
@@ -196,9 +196,9 @@
 noporttypefoundfor=A port cannot be found for the {0} port name.
 noporttypefound=A port cannot be found in the service element.
 modulenf=A module cannot be found.
-mepcompleted=A message was added that is not valid. However, the operation context was completed.
+mepcompleted=A message was added that is not valid. However, the operation context was complete.
 invalidacess= An access occurred that is not valid.
-mepiscomplted=The message exchange pattern (MEP) is already completed. Use the reset method before re-running.
+mepiscomplted=The message exchange pattern (MEP) is already complete. Use the reset method before re-running.
 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.

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/MailTransportSender.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/MailTransportSender.java?view=diff&rev=502842&r1=502841&r2=502842
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/MailTransportSender.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/MailTransportSender.java Fri Feb  2 17:50:00 2007
@@ -143,7 +143,7 @@
             String paramValue = Utils.getParameterValue(param);
             if (paramKey == null || paramValue == null) {
                 throw new AxisFault(Messages.getMessage("canNotBeNull",
-                                                        "Parameter name nor value should be null"));
+                                                        "Parameter name and value"));
 
             }
             smtpProperties.setProperty(paramKey, paramValue);

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/SimpleMailListener.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/SimpleMailListener.java?view=diff&rev=502842&r1=502841&r2=502842
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/SimpleMailListener.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/mail/SimpleMailListener.java Fri Feb  2 17:50:00 2007
@@ -128,7 +128,7 @@
             String paramValue = Utils.getParameterValue(param);
             if (paramKey == null || paramValue == null) {
                 throw new AxisFault(Messages.getMessage("canNotBeNull",
-                                                        "Parameter name nor value should be null"));
+                                                        "Parameter name and value"));
 
             }
             pop3Properties.setProperty(paramKey, paramValue);

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/tcp/TCPTransportSender.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/tcp/TCPTransportSender.java?view=diff&rev=502842&r1=502841&r2=502842
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/tcp/TCPTransportSender.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/tcp/TCPTransportSender.java Fri Feb  2 17:50:00 2007
@@ -129,7 +129,7 @@
                 throw new AxisFault(e.getMessage(), e);
             }
         } else {
-            throw new AxisFault(Messages.getMessage("canNotBeNull", "Can not Be Null"));
+            throw new AxisFault(Messages.getMessage("canNotBeNull", "End point reference"));
         }
     }
 }

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=502842&r1=502841&r2=502842
==============================================================================
--- 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 Feb  2 17:50:00 2007
@@ -24,7 +24,7 @@
 #############################################################################
 test01=This string is a test string 01.
 faultProcessingNotSupported=User fault processing is not supported. The exception is {0}
-exceptionDuringExceptionFlow=An exception occurred during exception processing.  The exception is swallowed.
+exceptionDuringExceptionFlow=An exception occurred during exception processing.  The exception is swallowed and is not propagated back to the caller.
 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.
@@ -35,9 +35,9 @@
 addPortErr0=Only the SOAP11HTTP_BINDING and SOAP12HTTP_BINDING ports are supported at this time. The {0} port cannot be added to the ServiceDelegate.
 # 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 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.
+addPortErr2=An attempt was made to add a port without a name to the ServiceDelegate object. This addition is not allowed.
+serviceDelegateConstruct0=An attempt was made to construct the ServiceDelegate object with an service name that is not valid: {0}.
+serviceDelegateConstruct1=An attempt was made to construct the ServiceDelegate object 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.
 serviceDescErr2=The service is not valid. The {0} service QName cannot be found in the WSDL file.
@@ -67,7 +67,7 @@
 EndpointControllerErr4=The {0} provider implementation class cannot be loaded due to an error. Processing cannot continue.
 EndpointControllerErr5=A service implementation class cannot be found.
 EndpointControllerErr6=The service is unable to load the {0} service implementation class.
-BlockImplErr1=An internal error occurred. The block for {0} is already consumed. Processing cannot continue.  Run with the debug option to determine where the block was first consumed.
+BlockImplErr1=An internal error occurred. The {0} block object is already consumed. Processing cannot continue.  Run with the debug option to determine where the block was first consumed.
 XMLPartImplErr1=An internal error occurred. The XML part is already consumed.  Processing cannot continue. Run with the debug option to determine where the block was first consumed.
 XMLPartImplErr2=An internal error occurred. The content of the XML part cannot be determined.
 RESTIsNotSupported=The REST protocol is not supported in this version of the system.
@@ -82,7 +82,7 @@
 SAAJConverterErr2=An unexpected XMLStreamReader event, {0}, occurred when converting an OM to a SOAPElement.
 XMLSRErr1=The getProperty method was called with a null key argument.
 XMLSRErr2=All of the events of the XMLStreamReader have been processed.  There are no more events.
-XMLSRErr3=The require method failed. The system expected {0}, but found {1}.
+XMLSRErr3=The Require method failed. The system expected {0}, but found {1}.
 XMLSRErr4=A failure occurred in the {0} method.
 XMLSRErr5=The XMLStreamReader event, {0}, is not supported when processing a SOAPMessage.
 InvalidProvider=The {0} Provider implementation is not valid. Only String, Source, and SOAPMessage are supported by the JAX-WS specification.
@@ -101,7 +101,7 @@
 protoNotFound00=An associated protocol cannot be found for the {0} binding.
 JavaDispErr1=A service implementation class cannot be found.
 JavaDispErr2=The service is unable to load the {0} service implementation class.
-InvalidWebParams=The service found webParams that are not valid. The number of webparams that are defined does not match the input method parameters.
+InvalidWebParams=The service found webParams that are not valid. The number of webparams that are defined does not match the method input parameters.
 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.



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