You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2010/09/24 09:18:06 UTC

svn commit: r1000747 - /synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml

Author: hiranya
Date: Fri Sep 24 07:18:06 2010
New Revision: 1000747

URL: http://svn.apache.org/viewvc?rev=1000747&view=rev
Log:
Documentation update


Modified:
    synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.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=1000747&r1=1000746&r2=1000747&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Fri Sep 24 07:18:06 2010
@@ -2181,17 +2181,19 @@ where "sequence/dynamic_seq_1.xml" refer
         </transaction>
       </pre>
         <p>The action attribute has the following meanings.</p>
-        <p>1. new - Create a new jta transaction. Generate a fault if a transaction already exist.
-        </p>
-        <p>2. use-existing-or-new - Create a new jta transaction. Do nothing if a transaction exist.
-        </p>
-        <p>3. fault-if-no-tx - Generate a fault if no transaction exist. Do nothing if a transaction
+        <ol>
+        <li>1. new - Create a new jta transaction. Generate a fault if a transaction already exist.
+        </li>
+        <li>2. use-existing-or-new - Create a new jta transaction. Do nothing if a transaction exist.
+        </li>
+        <li>3. fault-if-no-tx - Generate a fault if no transaction exist. Do nothing if a transaction
             exist.
-        </p>
-        <p>4. commit - Commit transaction. Generate a fault if no transaction exist.</p>
-        <p>5. rollback - Rollback transaction. Generate a fault if no transaction exist.</p>
-        <p>6. suspend - Suspend transaction. Generate a fault if no transaction exist.</p>
-        <p>7. resume - Resume transaction. Generate a fault if no transaction exist.</p>
+        </li>
+        <li>4. commit - Commit transaction. Generate a fault if no transaction exist.</li>
+        <li>5. rollback - Rollback transaction. Generate a fault if no transaction exist.</li>
+        <li>6. suspend - Suspend transaction. Generate a fault if no transaction exist.</li>
+        <li>7. resume - Resume transaction. Generate a fault if no transaction exist.</li>
+        </ol>
 
         <p>
             The transaction mediator can use to define a distributed transaction. It has the