You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/12/02 20:49:30 UTC

svn commit: r351822 - in /webservices/axis2/trunk/java/modules: common/src/org/apache/axis2/i18n/ saaj/src/org/apache/axis2/om/impl/dom/ wsdl/src/org/apache/axis2/wsdl/java2wsdl/ xml/src/org/apache/axis2/om/impl/llom/

Author: dims
Date: Fri Dec  2 11:49:16 2005
New Revision: 351822

URL: http://svn.apache.org/viewcvs?rev=351822&view=rev
Log:
more typos


Modified:
    webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties
    webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/om/impl/dom/DOMNavigator.java
    webservices/axis2/trunk/java/modules/wsdl/src/org/apache/axis2/wsdl/java2wsdl/SchemaGenerator.java
    webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/llom/OMNavigator.java

Modified: webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties?rev=351822&r1=351821&r2=351822&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties Fri Dec  2 11:49:16 2005
@@ -50,7 +50,7 @@
 2channelNeedAddressing=In order to use two transport channels, WS-Addressing module must be engaged
 useSeparateListenerLimited=useSeparateListener equals false is only supports by the http/tcp and tcp commons transport set as the sender and receiver
 replyNeedStarting=Before asking for ReplyTo, the TransportListener must be started. Transport is {0}
-failedToOpenSocket=failed to open the scoket
+failedToOpenSocket=failed to open the socket
 noRecep4Email=No recipient is found in the Email
 unknownMsgLabel=Unknown message label {0}
 cannotCorrelateMsg= Can not correlate the Message Operation {0} RelatesTo {1}
@@ -58,9 +58,9 @@
 AandBdonotmatch={0} does not match {1} expected {3} but the values was {4}
 rpcNeedmatchingChild=rpc style expect the immediate child of the SOAP body 
 unknownStyle=Unknown Style {0}
-rawXmlProivdeIsLimited=Raw Xml provider supports only the methods bearing the signature public OMElement <method-name>(OMElement) where the method name is anything
+rawXmlProivdeIsLimited=Raw Xml provider supports only the methods bearing the signature public OMElement <method-name>(OMElement) where the method name can be anything
 methodNotImplemented=Implementation class does not define a method called
-blockInvocationExpectsRes=Blocking invocation always expect a response
+blockInvocationExpectsRes=Blocking invocation always expects a response
 
 #     Deployment Errors
 wsdlfilenotfound=WSDL file not found for the service :   {0}
@@ -70,18 +70,18 @@
 fileNotFound=File not found , {0}
 repocannotbebull=Axis2 repository can not be null
 confignotfound=can not find org/apache/axis2/deployment/axis2.xml
-pathtoconfigcanotnull=path to axis2.xml can not be NUll
+pathtoconfigcanotnull=path to axis2.xml can not be NULL
 modulevalfailed=Module validation failed  {0}
 invalidphase=Invalid phases please recheck axis2.xml {0} for the handler {1}
-invalidmoduleref=Service   {0} refer to invalide module  {1}
-invalidmodulerefbyop=Operation {0}     refer to invalide module  {1}
+invalidmoduleref=Service {0} refer to invalid module  {1}
+invalidmodulerefbyop=Operation {0} refers to an invalid module  {1}
 addingnewmodule=adding new module
 settingcl=Setting class loader  {0}
-deployingws=Deployment WS Name  {0}
+deployingws=Deploying Web service  {0}
 invalidservice=Invalid service  {0} due to {1}
 deployeingmodule=Deploying module : {0}
 invalidmodule=Invalid module : {0} caused {1}
-serviceremoved=Un-Deployement WS Name  {0}
+serviceremoved=Undeploying Web service  {0}
 typemappingnotallowed=Type Mappings are not allowed in axis2.xml
 errorinloadingmr={0} Error in loading message receivers {1}
 invalidconfigattribute=invalid attributes in axis2.xml {0} {1}
@@ -104,29 +104,29 @@
 unknownelementinop=Unknown element in operation {0}
 modulecannothavrbothnameandref=Module canot have both name and ref   {0}
 invalideleinmodule={0} elment is not allowed in module.xml
-invalidphase01=Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in diffrent flow
-invalidmodulerefbyconfig=reference to invalid module  {0}    by axis2.xml
-phasedosenotspecified=Phase does not specified for the handler {0}
-servicemodulecannothaveglobal=Service specific module can not refer system pre defined phases :  {0}
-fnf=The specified file Not found
-fnf_e=File Not Found {0}
+invalidphase01=Invalid Phase : {0} for the handler {1} does not exit in axis2.xml or refering to phase in different flow
+invalidmodulerefbyconfig=reference to invalid module {0} by axis2.xml
+phasedosenotspecified=Phase is specified for the handler {0}                                            
+servicemodulecannothaveglobal=Service specific module can not refer system pre-defined phases :  {0}
+fnf=File not found
+fnf_e=File not found {0}
 StreamException=XMLStreamException : {0}
-mnf={0} : module does not found
-invalid_storage=Invalid Storage Class defintion , class name missing
-no_dispatcher_found=No dispatcher found , can  not continue ....
-noMetaInf=In valid service META-INF file not found
-ivs=In valid service META-INF file not found
-badModuleFromOperation=Error in engaging module {0} to the operation {1} , in valid module reference at operation
-badModuleFromService=Error in engaging module {0} to the operation {1} , in valid module reference at service
+mnf={0} : Module not found
+invalid_storage=Invalid storage class defintion, class name missing
+no_dispatcher_found=No dispatcher has been found , cannot continue ....
+noMetaInf=Invalid service META-INF directory not found
+ivs=Invalid service META-INF directory not found
+badModuleFromOperation=Error in engaging module {0} to the operation {1} , invalid module reference at operation
+badModuleFromService=Error in engaging module {0} to the operation {1} , invalid module reference at service
 InstantiationException=InstantiationException in Axis Storage processing  {0}
 IllegalAccessException=IllegalAccessException in Axis Storage processing  {0}
-transportSenderError=TransportSEnder Implementation class is required for the transport {0}
+transportSenderError=TransportSender Implementation class is required for the transport {0}
 obsererror=Observer Implementation Class is required
 invalidmoduleconfig=Invalid module configuration
 invalidhandler=Invalid Handler {0}
-parameterlockederror=The paramter {0}  has locked at top levle can not overide
-op_error=Porcessing Operations Modules {0}
-servicenameeror=Service Name required
-invalid_op=Invalide Operations {0}
+parameterlockederror=The paramter {0}  has been locked at top level can not overide
+op_error=Processing Operations Modules {0}
+servicenameeror=Service name required
+invalid_op=Invalid Operation {0}
 cannotCorrelateMsg01=Cannot correlate MessageID {1} to {0}
 fileExistsNoOverwrite=File {0} will not be overwritten.

Modified: webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/om/impl/dom/DOMNavigator.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/om/impl/dom/DOMNavigator.java?rev=351822&r1=351821&r2=351822&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/om/impl/dom/DOMNavigator.java (original)
+++ webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/om/impl/dom/DOMNavigator.java Fri Dec  2 11:49:16 2005
@@ -97,7 +97,7 @@
      * get the next node
      *
      * @return OMnode in the sequence of preorder traversal. Note however that an element node is
-     *         treated slightly diffrently. Once the element is passed it returns the same element in the
+     *         treated slightly differently. Once the element is passed it returns the same element in the
      *         next encounter as well
      */
     public OMNode next() {

Modified: webservices/axis2/trunk/java/modules/wsdl/src/org/apache/axis2/wsdl/java2wsdl/SchemaGenerator.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/wsdl/src/org/apache/axis2/wsdl/java2wsdl/SchemaGenerator.java?rev=351822&r1=351821&r2=351822&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/wsdl/src/org/apache/axis2/wsdl/java2wsdl/SchemaGenerator.java (original)
+++ webservices/axis2/trunk/java/modules/wsdl/src/org/apache/axis2/wsdl/java2wsdl/SchemaGenerator.java Fri Dec  2 11:49:16 2005
@@ -65,8 +65,8 @@
     }
 
     /**
-     * To generate schema for all the parameters in method , first generate scheam for all diffrent
-     * paramter type and latter refferd them
+     * To generate schema for all the parameters in method , first generate schema for all different
+     * parameter type and later refer to them
      *
      * @return
      * @throws Exception

Modified: webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/llom/OMNavigator.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/llom/OMNavigator.java?rev=351822&r1=351821&r2=351822&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/llom/OMNavigator.java (original)
+++ webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/llom/OMNavigator.java Fri Dec  2 11:49:16 2005
@@ -95,7 +95,7 @@
      * get the next node
      *
      * @return OMnode in the sequence of preorder traversal. Note however that an element node is
-     *         treated slightly diffrently. Once the element is passed it returns the same element in the
+     *         treated slightly differently. Once the element is passed it returns the same element in the
      *         next encounter as well
      */
     public OMNode next() {