You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2008/06/19 14:16:42 UTC

svn commit: r669462 - in /synapse/trunk/java/src/site/xdoc: Synapse_Configuration_Language.xml Synapse_Samples.xml

Author: veithen
Date: Thu Jun 19 05:16:42 2008
New Revision: 669462

URL: http://svn.apache.org/viewvc?rev=669462&view=rev
Log:
Some light corrections to the documentation

Modified:
    synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
    synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml?rev=669462&r1=669461&r2=669462&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Thu Jun 19 05:16:42 2008
@@ -1325,6 +1325,9 @@
       <li>
         OperationName - returns the operation name for the message
       </li>
+      <li>
+        OperationNamespace - returns the namespace of the operation for the message
+      </li>
     </ul>
     <p>
       In addition to the above, one may use the get-property() function to
@@ -1715,9 +1718,9 @@
       expressions. The types of parameters could be any valid SQL types. Only
       the first row of a result set will be considered and any others are
       ignored. The single &lt;result&gt; element contains the 'name' and the
-      column' attributes. The 'name' attribute defines the name under which the
+      'column' attributes. The 'name' attribute defines the name under which the
       result is stored in the Synapse message context, and the column attribute
-      specifies a column number or name .
+      specifies a column number or name.
     </p>
     <h4>
       <a name="dbreport" id="dbreport">DB-report</a>

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml?rev=669462&r1=669461&r2=669462&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Thu Jun 19 05:16:42 2008
@@ -360,7 +360,7 @@
               (DBLookup / DBReport)</a>
               <ul>
                 <li>
-                  <a href="#Sample360">Sample 360: Introduction to dblookp
+                  <a href="#Sample360">Sample 360: Introduction to dblookup
                   mediator</a>
                 </li>
                 <li>
@@ -4154,7 +4154,7 @@
     </p>
     <p/>
     <h2>
-      <a name="Sample360" id="Sample360">Sample 360: Introduction to dblookp
+      <a name="Sample360" id="Sample360">Sample 360: Introduction to dblookup
       mediator</a>
     </h2>
 <pre xml:space="preserve">&lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;