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 ru...@apache.org on 2006/10/02 11:43:33 UTC

svn commit: r451933 - in /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2: addressing/wsdl/ client/ client/async/ context/

Author: ruchithf
Date: Mon Oct  2 02:43:32 2006
New Revision: 451933

URL: http://svn.apache.org/viewvc?view=rev&rev=451933
Log:
fixing typos

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/addressing/wsdl/WSDL11DefaultActionPatternHelper.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/OperationClient.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/WSDLBasedPolicyProcessor.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/async/Callback.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/AbstractContext.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/MessageContext.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/OperationContext.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ServiceContext.java
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/SessionContext.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/addressing/wsdl/WSDL11DefaultActionPatternHelper.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/addressing/wsdl/WSDL11DefaultActionPatternHelper.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/addressing/wsdl/WSDL11DefaultActionPatternHelper.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/addressing/wsdl/WSDL11DefaultActionPatternHelper.java Mon Oct  2 02:43:32 2006
@@ -50,12 +50,12 @@
 	 * 
 	 * @param def is required to obtain the targetNamespace
 	 * @param wsdl4jPortType is required to obtain the portType name
-	 * @param op is required to generate the input name if not explicitly specifid
+	 * @param op is required to generate the input name if not explicitly specified
 	 * @param input is required for its name if specified
 	 * @return a wsa:Action value based on the Default Action Pattern and the provided objects
 	 */
 	public static String generateActionFromInputElement(Definition def, PortType wsdl4jPortType, Operation op, Input input){
-		// Get the targetNamespace of the wsdl:definition
+		// Get the targetNamespace of the wsdl:definitions
 		String targetNamespace = def.getTargetNamespace();
 		
 		// Determine the delimiter. Per the spec: 'is ":" when the [target namespace] is a URN, otherwise "/". 
@@ -128,7 +128,7 @@
 	 * 
 	 * @param def is required to obtain the targetNamespace
 	 * @param wsdl4jPortType is required to obtain the portType name
-	 * @param op is required to generate the output name if not explicitly specifid
+	 * @param op is required to generate the output name if not explicitly specified
 	 * @param output is required for its name if specified
 	 * @return a wsa:Action value based on the Default Action Pattern and the provided objects
 	 */

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/OperationClient.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/OperationClient.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/OperationClient.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/OperationClient.java Mon Oct  2 02:43:32 2006
@@ -110,18 +110,20 @@
     public void reset() throws AxisFault;
 
     /**
-     * To close the transport if necessary , can call this method. The most usage of thie method
-     * when clinet use two tarnport for sending and receiving , there we need to remove entry from
-     * waitings calls in the transport listener queue
-     * Note : DO NOT call this method if you are not using two transport send and receive
+     * To close the transport if necessary , can call this method. The main 
+     * usage of this method is when client uses two tarnsports for sending and 
+     * receiving , and we need to remove entries for waiting calls in the 
+     * transport listener queue.
+     * Note : DO NOT call this method if you are not using two transports to 
+     * send and receive
      *
-     * @param msgCtxt : MessageContext# which have all the trnport information
-     * @throws AxisFault : throws AxisFault if something goes worng
+     * @param msgCtxt : MessageContext# which has all the transport information
+     * @throws AxisFault : throws AxisFault if something goes wrong
      */
     public void complete(MessageContext msgCtxt) throws AxisFault;
 
     /**
-     * To get the operation context of the operation cleint
+     * To get the operation context of the operation client
      * @return OperationContext
      */
     public OperationContext getOperationContext();

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java Mon Oct  2 02:43:32 2006
@@ -95,8 +95,8 @@
 
     private EndpointReference to;
 
-    //To control , session managment , default is set to true , if user wants he can set that to true
-    // There operation clinet will manage session using ServiceGroupID if it is there in the response
+    //To control , session management , default is set to true , if user wants he can set that to true
+    // There operation client will manage session using ServiceGroupID if it is there in the response
     private boolean manageSession = false;
 
     /**
@@ -106,7 +106,7 @@
     }
 
     /**
-     * In normal mode operation, this options will try to fullfil the request
+     * In normal mode operation, this options will try to fulfil the request
      * from its values. If that is not possible, this options will request those
      * information from its parent.
      *
@@ -611,12 +611,12 @@
      * </li>
      * <p><a name="SO_TIMEOUT"></a></p>
      * <li><b>org.apache.axis2.transport.http.HTTPConstants.SO_TIMEOUT</b>
-     * <p>This enables the user to pass in socket timeout value as an Integer. If nothing is set, the default value is 60000 milli seconds.</p>
+     * <p>This enables the user to pass in socket timeout value as an Integer. If nothing is set, the default value is 60000 milliseconds.</p>
      * </li>
      * <p><a name="CON_TIMEOUT"></a></p>
      * <li><b>org.apache.axis2.transport.http.HTTPConstants.CONNECTION_TIMEOUT</b>
      * <p/>
-     * <p>This enables the user to pass in connection timeout value as an Integer. If nothing is set, the default value is 60000 milli seconds.</p>
+     * <p>This enables the user to pass in connection timeout value as an Integer. If nothing is set, the default value is 60000 milliseconds.</p>
      * </li>
      * <p><a name="USER_AGENT"></a></p>
      * <li><b>org.apache.axis2.transport.http.HTTPConstants.USER_AGENT</b>
@@ -792,7 +792,7 @@
     }
 
     /**
-     * Sets transport information to the call. The senarios supported are as
+     * Sets transport information to the call. The scenarios supported are as
      * follows: <blockquote>
      * <p/>
      * <pre>
@@ -824,7 +824,7 @@
             throws AxisFault {
 
         // here we check for a legal combination, for and example if the
-        // sendertransport is http and listner
+        // sendertransport is http and listener
         // transport is smtp the invocation must using separate transport
         if (!useSeparateListener) {
             boolean isTransportsEqual = senderTransport

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java Mon Oct  2 02:43:32 2006
@@ -70,10 +70,10 @@
      */
     public static final QName ANON_OUT_IN_OP = new QName("annonOutInOp");
 
-    // the metadata for the service that I'm clienting for
+    // the meta-data of the service that this client access
     private AxisService axisService;
 
-    // the configuration in which my metadata lives
+    // the configuration in which my meta-data lives
     private AxisConfiguration axisConfig;
 
     // the configuration context in which I live
@@ -91,7 +91,7 @@
     // list of headers to be sent with the simple APIs
     private ArrayList headers;
 
-    //whther we creat configctx or not
+    //whether we create configctx or not
     private boolean createConfigCtx;
 
     /**
@@ -390,16 +390,16 @@
     public void sendRobust(QName operation, OMElement elem) throws AxisFault {
         if (options.isUseSeparateListener()) {
 
-            // This mean doing a Fault may come through a differnt channel .
+            // This mean doing a Fault may come through a different channel .
             // If the
             // transport is two way transport (e.g. http) Only one channel is
             // used (e.g. in http cases
-            // 202 OK is sent to say no respsone avalible). Axis2 get blocked
-            // return when the response is avalible.
+            // 202 OK is sent to say no response available). Axis2 get blocked
+            // return when the response is available.
             SyncCallBack callback = new SyncCallBack();
 
             // this method call two channel non blocking method to do the work
-            // and wait on the callbck
+            // and wait on the callback
             sendReceiveNonBlocking(operation, elem, callback);
 
             long timeout = options.getTimeOutInMilliSeconds();
@@ -415,15 +415,15 @@
                         // or throw new AxisFault( "Callback was interrupted by someone?" );
                     }
                     // The wait finished, compute remaining time
-                    // - wait can end prematurly, see Object.wait( int timeout )
+                    // - wait can end prematurely, see Object.wait( int timeout )
                     waitTime = timeout - (System.currentTimeMillis() - startTime);
                 }
 
             }
             SOAPEnvelope envelope = callback.envelope;
-            // process the resule of the invocation
+            // process the result of the invocation
             if (envelope != null) {
-                // building soap enevlop
+                // building soap envelope
                 envelope.build();
                 // closing transport
                 if (envelope.getBody().hasFault()) {
@@ -437,7 +437,7 @@
                 } else if (callback.error != null) {
                     throw new AxisFault(callback.error);
                 } else if (! callback.isComplete()) {
-                    //no exception has occured
+                    //no exception has occurred
                 }
             }
         } else {
@@ -522,12 +522,12 @@
             // If the
             // transport is two way transport (e.g. http) Only one channel is
             // used (e.g. in http cases
-            // 202 OK is sent to say no respsone avalible). Axis2 get blocked
-            // return when the response is avalible.
+            // 202 OK is sent to say no response available). Axis2 get blocked
+            // return when the response is available.
             SyncCallBack callback = new SyncCallBack();
 
             // this method call two channel non blocking method to do the work
-            // and wait on the callbck
+            // and wait on the callback
             sendReceiveNonBlocking(operation, elem, callback);
 
             long timeout = options.getTimeOutInMilliSeconds();
@@ -543,7 +543,7 @@
                         // or throw new AxisFault( "Callback was interrupted by someone?" );
                     }
                     // The wait finished, compute remaining time
-                    // - wait can end prematurly, see Object.wait( int timeout )
+                    // - wait can end prematurely, see Object.wait( int timeout )
                     waitTime = timeout - (System.currentTimeMillis() - startTime);
                 }
 
@@ -551,7 +551,7 @@
             // process the result of the invocation
             if (callback.envelope != null) {
                 // transport was already returned by the call back receiver
-                //Buidling of the Envelope should happen at the setComplete()
+                //Building of the Envelope should happen at the setComplete()
                 // or onComplete() methods of the Callback class
                 return callback.envelope.getBody().getFirstElement();
             } else {

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/WSDLBasedPolicyProcessor.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/WSDLBasedPolicyProcessor.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/WSDLBasedPolicyProcessor.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/WSDLBasedPolicyProcessor.java Mon Oct  2 02:43:32 2006
@@ -69,7 +69,7 @@
         Iterator operations = axisService.getOperations();
         while (operations.hasNext()) {
             AxisOperation axisOp = (AxisOperation) operations.next();
-            // TODO we support only Operation level Policy now
+            // TODO we support only operation level Policy now
             configureOperationPolices(axisOp);
         }
     }
@@ -89,7 +89,7 @@
                 Assertion assertion;
 
                 /*
-                 * Fist we computes the set of distinct namesapces of assertions
+                 * Fist we compute the set of distinct namespaces of assertions
                  * of this particular policy alternative.
                  */
                 for (Iterator assertions = ((List) iterator.next()).iterator(); assertions
@@ -106,7 +106,7 @@
 
                 /*
                  * Now we compute all the modules that are are involved in
-                 * process assertions that are belonged to any of the namespace
+                 * process assertions that belongs to any of the namespaces of
                  * list.
                  */
                 List modulesToEngage;
@@ -120,7 +120,7 @@
                         /*
                          * If there isn't a single module that is not interested
                          * of assertions that belongs to a particular namespace,
-                         * we simply ignor it.
+                         * we simply ignore it.
                          */
                         System.err
                                 .println("cannot find any modules to process "

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/async/Callback.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/async/Callback.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/async/Callback.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/async/Callback.java Mon Oct  2 02:43:32 2006
@@ -28,7 +28,7 @@
     private boolean complete;
 
     /**
-     * This method is invoked by Axis Engine once the asynchronous operation has completed sucessfully.
+     * This method is invoked by Axis Engine once the asynchronous operation has completed successfully.
      *
      * @param result
      */

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/AbstractContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/AbstractContext.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/AbstractContext.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/AbstractContext.java Mon Oct  2 02:43:32 2006
@@ -23,7 +23,7 @@
 import java.util.Map;
 
 /**
- * This is the top most level of the Context hierachy and is a bag of properties.
+ * This is the top most level of the Context hierarchy and is a bag of properties.
  */
 public abstract class AbstractContext {
 
@@ -118,7 +118,7 @@
 
     /**
      * ServiceContext and ServiceGroupContext are not getting automatically garbage collected. And there
-     * is no specific way for some one to go and make it garbage collectable.
+     * is no specific way for some one to go and make it garbage collectible.
      * So the current solution is to make them time out. So the logic is that, there is a timer task
      * in each and every service group which will check for the last touched time. And if it has not
      * been touched for some time, the timer task will remove it from the memory.

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java Mon Oct  2 02:43:32 2006
@@ -157,7 +157,7 @@
             }
 
             /**
-             * 1. Check the max scope of the service gruop , if it is grater than TransportSession
+             * 1. Check the max scope of the service group , if it is grater than TransportSession
              *    then need to store in configurationContext
              * 2. Else need to store in SessionContext , and need to store both service context and
              *    service group context
@@ -206,7 +206,7 @@
             serviceGroupContext.setParent(this);
         }
 
-        // this is the best time to clean up the SGCtxts that are not being used anymore
+        // this is the best time to clean up the SGCtxts since are not being used anymore
         cleanupServiceGroupContexts();
     }
 

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java Mon Oct  2 02:43:32 2006
@@ -47,7 +47,7 @@
     protected static final Log log = LogFactory.getLog(ConfigurationContextFactory.class);
 
     /**
-     * Creates a AxisConfiguration depending on the user requirment.
+     * Creates a AxisConfiguration depending on the user requirement.
      * First creates an AxisConfigurator object with appropriate parameters.
      * Depending on the implementation getAxisConfiguration(), gets
      * the AxisConfiguration and uses it to create the ConfigurationContext.
@@ -65,7 +65,7 @@
         }
         //To override context path
         setContextPaths(axisConfig, configContext);
-        //To check whether transport level session managment is require or not
+        //To check whether transport level session management is require or not
         configureTransportSessionManagement(axisConfig);
         init(configContext);
         axisConfigurator.engageGlobalModules();
@@ -141,29 +141,29 @@
      * an AxisConfiguration.
      * <p/>
      * Here either or both parameter can be null. So that boil down to following
-     * scanarios and it should note that parameter value should be full path ,
+     * scenarios and it should note that parameter value should be full path ,
      * you are not allowed to give one relative to other. And these two can be located
      * in completely different locations.
      * <ul>
      * <li>If none of them are null , then AxisConfiguration will be based on the
-     * value of axis2xml , and the repositoy will be the value specified by the
-     * path paramter and there will not be any assumptions.</li>
+     * value of axis2xml , and the repository will be the value specified by the
+     * path parameter and there will not be any assumptions.</li>
      * <li>If axis2xml is null , then the repository will be the value specfied by
      * path parameter and AxisConfiguration will be created using default_axis2.xml</li>
      * <li>If path parameter is null , then AxisConfiguration will be created using
-     * that axis2.xml. And after creatig AxisConfiguration system will try to
+     * that axis2.xml. And after creating AxisConfiguration system will try to
      * find user has specified repository parameter in axis2.xml
-     * (&lt;parameter name="repository"&gt;locationo of the repo&lt;/parameter&gt;) , if it
+     * (&lt;parameter name="repository"&gt;location of the repo&lt;/parameter&gt;) , if it
      * find that then repository will be the value specified by that parameter.</li>
      * <li>If both are null , then it is simple , AixsConfiguration will be created
      * using default_axis2.xml and thats it.</li>
      * </ul>
      * <p/>
-     * Note : rather than passing any paremeters you can give them as System
+     * Note : rather than passing any parameters you can give them as System
      * properties. Simple you can add following system properties before
      * you call this.
      * <ul>
-     * <li>axis2.repo : same as path paramter</li>
+     * <li>axis2.repo : same as path parameter</li>
      * <li>axis2.xml  : same as axis2xml</li>
      * </ul>
      *

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/MessageContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/MessageContext.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/MessageContext.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/MessageContext.java Mon Oct  2 02:43:32 2006
@@ -100,7 +100,7 @@
     public int FLOW = IN_FLOW;
 
     /**
-     * To invoke fireAndforget method we have to hand over transport sening logic to a thread
+     * To invoke fireAndforget method we have to hand over transport sending logic to a thread
      * other wise user has to wait till it get transport response (in the case of HTTP its HTTP
      * 202)
      */
@@ -196,7 +196,7 @@
     private transient TransportOutDescription transportOut;
     private transient TransportInDescription transportIn;
 
-    //The value will be set by the tarnsport receiver and there will be validation for the transport
+    //The value will be set by the transport receiver and there will be validation for the transport
     //at the dispatch phase (its post condition)
     private String incomingTransportName;
 
@@ -273,7 +273,7 @@
      * parameters. The order of search is as follows:
      * <ol>
      * <li> Search in module configurations inside corresponding operation
-     * descripton if its there </li>
+     * description if its there </li>
      * <li> Search in corresponding operation if its there </li>
      * <li> Search in module configurations inside corresponding service
      * description if its there </li>
@@ -284,7 +284,7 @@
      * </li>
      * <li> Search in HandlerDescription for the parameter </li>
      * </ol>
-     * <p/> and the way of specifing module configuration is as follows
+     * <p/> and the way of specifying module configuration is as follows
      * <moduleConfig name="addressing"> <parameter name="addressingPara"
      * locked="false">N/A</parameter> </moduleConfig>
      *

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/OperationContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/OperationContext.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/OperationContext.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/OperationContext.java Mon Oct  2 02:43:32 2006
@@ -49,7 +49,7 @@
     private HashMap messageContexts;
 
     // this is the global MessageID -> OperationContext map which is stored in
-    // the EngineContext. We're caching it here for faster acccess.
+    // the EngineContext. We're caching it here for faster access.
     private Map operationContextMap;
 
     public OperationContext(AxisOperation axisOperation) {

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ServiceContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ServiceContext.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ServiceContext.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ServiceContext.java Mon Oct  2 02:43:32 2006
@@ -28,7 +28,7 @@
 import javax.xml.namespace.QName;
 
 /**
- * Well this is never clearly defined, what it does or the lifecycle.
+ * Well this is never clearly defined, what it does or the life-cycle.
  * So do NOT use this as it might not live up to your expectation.
  */
 public class ServiceContext extends AbstractContext {
@@ -69,7 +69,7 @@
     /**
      * To get the ERP for a given service , if the transport is present and not
      * running then it will add as a listener to ListenerManager , there it will
-     * init that and start the listener , and finally ask the EPR from tarnsport
+     * init that and start the listener , and finally ask the EPR from transport
      * for a given service
      *
      * @param transport : Name of the transport

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/SessionContext.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/SessionContext.java?view=diff&rev=451933&r1=451932&r2=451933
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/SessionContext.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/SessionContext.java Mon Oct  2 02:43:32 2006
@@ -78,7 +78,7 @@
     }
 
     /**
-     * ServiceContext and ServiceGroupContext are not getting automatically garbage collected. And there
+     * ServiceContext and ServiceGroupContext are not getting automatically garbage collectible. And there
      * is no specific way for some one to go and make it garbage collectable.
      * So the current solution is to make them time out. So the logic is that, there is a timer task
      * in each and every service group which will check for the last touched time. And if it has not



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