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:42:01 UTC

svn commit: r351817 - in /webservices/axis2/trunk/java/modules: codegen/src/org/apache/axis2/util/ codegen/src/org/apache/axis2/wsdl/codegen/ codegen/src/org/apache/axis2/wsdl/codegen/emitter/ common/src/org/apache/axis2/i18n/ core/src/org/apache/axis2...

Author: dims
Date: Fri Dec  2 11:41:49 2005
New Revision: 351817

URL: http://svn.apache.org/viewcvs?rev=351817&view=rev
Log:
separate (http://www.answers.com/separate&r=67) and other typos


Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/FileWriter.java
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/MultiLanguageClientEmitter.java
    webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Options.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DescriptionBuilder.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableCreateQueue.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableDeleteQueue.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableListMyQueues.java
    webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableReadQueue.java
    webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/attachments/MIMEHelper.java

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/FileWriter.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/FileWriter.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/FileWriter.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/FileWriter.java Fri Dec  2 11:41:49 2005
@@ -26,7 +26,7 @@
      * Creates/ returns a file object
      *
      * @param rootLocation - Location to be written
-     * @param packageName  - package, can be '.' seperated
+     * @param packageName  - package, can be '.' separated
      * @param fileName     name of the file
      * @param extension    type of the file, java, csharp, cpp etc
      * @return the File that was created

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/codegen-config.properties Fri Dec  2 11:41:49 2005
@@ -1,7 +1,7 @@
 #######################################################################################################################
 #####################   code generator property file  #################################################################
 #######################################################################################################################
-# Extensions - The extensions are comma seperated
+# Extensions - The extensions are comma separated
 # these are loaded in their lexical order
 codegen.extension=org.apache.axis2.wsdl.codegen.extension.AxisBindingBuilder,org.apache.axis2.wsdl.codegen.extension.WSDLValidatorExtension,org.apache.axis2.wsdl.codegen.extension.PackageFinder,org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension,org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension,org.apache.axis2.wsdl.codegen.extension.DefaultDatabindingExtension
 #codegen.extension=org.apache.axis2.wsdl.codegen.extension.AxisBindingBuilder,org.apache.axis2.wsdl.codegen.extension.WSDLValidatorExtension,org.apache.axis2.wsdl.codegen.extension.PackageFinder,org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension,org.apache.axis2.wsdl.codegen.extension.DefaultDatabindingExtension
@@ -27,7 +27,7 @@
 #####################################################################################################################
 ########################  Language specific section #################################################################
 #####################################################################################################################
-# The language specific section has a special custom style. The language name comes first and seperated from the period
+# The language specific section has a special custom style. The language name comes first and separated from the period
 # a unique name. These parameters will be included in a hashmap that is will be stored in another hash map with the
 # language as the key
 #####################################################################################################################

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/MultiLanguageClientEmitter.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/MultiLanguageClientEmitter.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/MultiLanguageClientEmitter.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/MultiLanguageClientEmitter.java Fri Dec  2 11:41:49 2005
@@ -39,7 +39,6 @@
 import javax.xml.parsers.ParserConfigurationException;
 import java.io.IOException;
 import java.io.InputStream;
-import java.io.FileOutputStream;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.HashMap;
@@ -782,10 +781,10 @@
             Element rootElement = doc.createElement("ant");
             String localPart = reformatName(wsdlInterface.getName().getLocalPart(),false);
         String packageName = configuration.getPackageName();
-        String[] dotSeperatedValues = packageName.split("\\.");
+        String[] dotSeparatedValues = packageName.split("\\.");
         addAttribute(doc,
                 "package",
-                dotSeperatedValues[0],
+                dotSeparatedValues[0],
                 rootElement);
 
             addAttribute(doc,

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=351817&r1=351816&r2=351817&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:41:49 2005
@@ -24,7 +24,7 @@
 #############################################################################
 
 threadpoolshutdown=Thread pool has already been shutdown
-errorWhileSafeShutDown=Error while safe shutdown
+errorWhileSafeShutDown=Error during safe shutdown
 invaliduser=Invalid user name
 invalidSOAPversion=Invalid SOAP URI. Axis2 only supports SOAP 1.1 and 1.2
 cannotInferTransport=Cannot infer transport information from the URL information provided
@@ -32,22 +32,22 @@
 cannotBeNullServiceContext=ServiceContext can not be null
 cannotBeNullConfigurationContext=ConfigurationContext can not be null
 cannotBeNullOperationContext=OperationContext can not be null
-nowhereToSendError=No where to send the error, the return response path is missing and fault to not specified
+nowhereToSendError=Nowhere to send the error, the return response path is missing and fault to has not been specified
 errorwhileProcessingFault=Error occured while processing fault, previous error is given in the stack trace
 unSupportedMEP=Unsupported MEP {0}
 mepClientSupportOnly=This MEP client supports only {0} , and Axis operations supplied supports {1}
-inputstreamNull=Input stream is null while reading for incoming message
+inputstreamNull=Incoming message input stream is null
 unknownTransport=Unknown transport {0}
 paramIsNotSpecified={0} parameter is not specified
-groovyNoanswer=No answer received from groovy side!!!!
+groovyNoanswer=No answer received from groovy!!!!
 groovyUnableToLoad=Cannot load {0}
-outMessageNull=The out message is Null, nothing to write
-canNotBeNull={0} can not be Null
+outMessageNull=The out message is NULL, nothing to write
+canNotBeNull={0} can not be NULL
 notFound={0} not found
 transportError=Transport error {0} . Error Message is {1}
 preatureEOS=Premature end of stream
 responseTimeOut=Time out while waiting for the server to send the response
-2channelNeedAddressing=In order to use two transport channels, WS - Addressing module must be engaged
+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
@@ -116,8 +116,8 @@
 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 engagging module {0} to the operation {1} , in valid module referance at operation
-badModuleFromService=Error in engagging module {0} to the operation {1} , in valid module referance at service
+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
 InstantiationException=InstantiationException in Axis Storage processing  {0}
 IllegalAccessException=IllegalAccessException in Axis Storage processing  {0}
 transportSenderError=TransportSEnder Implementation class is required for the transport {0}

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Options.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Options.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Options.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Options.java Fri Dec  2 11:41:49 2005
@@ -313,7 +313,7 @@
      *
      * @param senderTransport
      * @param listenerTransport
-     * @param useSeperateListener
+     * @param useSeparateListener
      * @throws AxisFault
      * @deprecated Use setListenerTransportProtocol(String) and useSeparateListener(boolean) instead.
      *             You do not need to setSenderTransportProtocol(String) as sender transport can be inferred from the
@@ -321,11 +321,11 @@
      */
 
     public void setTransportInfo(String senderTransport, String listenerTransport,
-                                 boolean useSeperateListener)
+                                 boolean useSeparateListener)
             throws AxisFault {
         //here we check for a legal combination, for and example if the sendertransport is http and listner
-        //transport is smtp the invocation must using seperate transport
-        if (!useSeperateListener) {
+        //transport is smtp the invocation must using separate transport
+        if (!useSeparateListener) {
             boolean isTransportsEqual =
                     senderTransport.equals(listenerTransport);
             boolean isATwoWaytransport =
@@ -335,7 +335,7 @@
                 throw new AxisFault(Messages.getMessage("useSeparateListenerLimited"));
             }
         } else {
-            setUseSeparateListener(useSeperateListener);
+            setUseSeparateListener(useSeparateListener);
         }
 
         setListenerTransportProtocol(listenerTransport);

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DescriptionBuilder.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DescriptionBuilder.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DescriptionBuilder.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DescriptionBuilder.java Fri Dec  2 11:41:49 2005
@@ -182,8 +182,8 @@
      * @param parameters <code>Parameter</code>
      * @param parameterInclude <code>ParameterInclude</code>
      * @param parent <code>ParameterInclude</code>
-     * return : will retuen paramters , wchih name is WSA-Mapping , since we need to treat them
-     * seperately
+     * return : will return parameters , wchih name is WSA-Mapping , since we need to treat them
+     * separately
      */
     protected ArrayList processParameters(Iterator parameters,
                                           ParameterInclude parameterInclude,

Modified: webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableCreateQueue.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableCreateQueue.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableCreateQueue.java (original)
+++ webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableCreateQueue.java Fri Dec  2 11:41:49 2005
@@ -28,7 +28,7 @@
 import javax.swing.*;
 
 /**
- * This will create the Excutable code which runs seperately of GUI interations
+ * This will create the Excutable code which runs separately of GUI interations
  */
 public class RunnableCreateQueue extends QueueManager implements Runnable {
     JTextField createQueue;

Modified: webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableDeleteQueue.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableDeleteQueue.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableDeleteQueue.java (original)
+++ webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableDeleteQueue.java Fri Dec  2 11:41:49 2005
@@ -28,7 +28,7 @@
 import javax.swing.*;
 
 /**
- * This will create the Excutable code which runs seperately of GUI interations
+ * This will create the Excutable code which runs separately of GUI interations
  */
 public class RunnableDeleteQueue extends QueueManager implements Runnable {
     JTextField createQueue;

Modified: webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableListMyQueues.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableListMyQueues.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableListMyQueues.java (original)
+++ webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableListMyQueues.java Fri Dec  2 11:41:49 2005
@@ -28,7 +28,7 @@
 import javax.swing.*;
 
 /**
- * This will create the Excutable code which runs seperately of GUI interations
+ * This will create the Excutable code which runs separately of GUI interations
  */
 public class RunnableListMyQueues extends QueueManager implements Runnable {
     JTextField createQueue;

Modified: webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableReadQueue.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableReadQueue.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableReadQueue.java (original)
+++ webservices/axis2/trunk/java/modules/samples/src/sample/amazon/amazonSimpleQueueService/util/RunnableReadQueue.java Fri Dec  2 11:41:49 2005
@@ -28,7 +28,7 @@
 import javax.swing.*;
 
 /**
- * This will create the Excutable code which runs seperately of GUI interations
+ * This will create the Excutable code which runs separately of GUI interations
  */
 public class RunnableReadQueue extends QueueManager implements Runnable {
     JTextField createQueue;

Modified: webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/attachments/MIMEHelper.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/attachments/MIMEHelper.java?rev=351817&r1=351816&r2=351817&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/attachments/MIMEHelper.java (original)
+++ webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/attachments/MIMEHelper.java Fri Dec  2 11:41:49 2005
@@ -39,7 +39,7 @@
     ContentType contentType;
 
     /**
-     * Mime <code>boundary</code> which seperates mime parts
+     * Mime <code>boundary</code> which separates mime parts
      */
     byte[] boundary;