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 ch...@apache.org on 2008/05/30 03:28:43 UTC

svn commit: r661546 - /webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/axis2config.xml

Author: charitha
Date: Thu May 29 18:28:43 2008
New Revision: 661546

URL: http://svn.apache.org/viewvc?rev=661546&view=rev
Log:
Corrected a minor documentation issue in axis2config.xml

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/axis2config.xml

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/axis2config.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/axis2config.xml?rev=661546&r1=661545&r2=661546&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/axis2config.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/axis2config.xml Thu May 29 18:28:43 2008
@@ -337,8 +337,8 @@
 
 <p><strong>scope</strong>: (Optional Attribute) The time period during which
 runtime information of the deployed services will be available. Scope is of
-several types- "Application", "SOAPSession", "TransportSession", "Request".
-The default value (if you don't enter any value) will be "Request"</p>
+several types- "application", "soapsession", "transportsession", "request".
+The default value (if you don't enter any value) will be "request"</p>
 
 <p><strong>class</strong>: (Optional attribute) The full qualified name of
 the service lifecycle implementation class. ServiceLifeCycle class is useful