You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2008/06/03 08:25:23 UTC

svn commit: r662663 - in /synapse/branches/1.2/src/site/xdoc: Synapse_Configuration_Language.xml Synapse_QuickStart.xml Synapse_Samples.xml Synapse_Samples_Setup.xml

Author: ruwan
Date: Mon Jun  2 23:25:23 2008
New Revision: 662663

URL: http://svn.apache.org/viewvc?rev=662663&view=rev
Log:
fixing documentation issues

Modified:
    synapse/branches/1.2/src/site/xdoc/Synapse_Configuration_Language.xml
    synapse/branches/1.2/src/site/xdoc/Synapse_QuickStart.xml
    synapse/branches/1.2/src/site/xdoc/Synapse_Samples.xml
    synapse/branches/1.2/src/site/xdoc/Synapse_Samples_Setup.xml

Modified: synapse/branches/1.2/src/site/xdoc/Synapse_Configuration_Language.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/src/site/xdoc/Synapse_Configuration_Language.xml?rev=662663&r1=662662&r2=662663&view=diff
==============================================================================
--- synapse/branches/1.2/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/branches/1.2/src/site/xdoc/Synapse_Configuration_Language.xml Mon Jun  2 23:25:23 2008
@@ -232,7 +232,7 @@
       A Synapse configuration holds two special sequences named as "main" and
       "fault". These may be defined within the synapse.xml, or externally via
       the Registry. If either is not found, a suitable default is generated at
-      runtime by the ESB. The default "main" sequence will simple send a message
+      runtime by the ESB. The default "main" sequence will simply send a message
       without mediation, while the default "fault" sequence would log the
       message including the payload and any error/exception encountered and stop
       further processing. The 'fault' sequence executes whenever Synapse itself

Modified: synapse/branches/1.2/src/site/xdoc/Synapse_QuickStart.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/src/site/xdoc/Synapse_QuickStart.xml?rev=662663&r1=662662&r2=662663&view=diff
==============================================================================
--- synapse/branches/1.2/src/site/xdoc/Synapse_QuickStart.xml (original)
+++ synapse/branches/1.2/src/site/xdoc/Synapse_QuickStart.xml Mon Jun  2 23:25:23 2008
@@ -130,7 +130,7 @@
         A Java 2 SE - JDK or JRE of version 1.5.x or higher
       </li>
       <li>
-        Apache Ant http://ant.apache.org
+        Apache Ant <a href="http://ant.apache.org">http://ant.apache.org</a>
       </li>
     </ul>
     <h2>
@@ -150,8 +150,9 @@
     </h3>
     <p>
       Our first task is to download Synapse. Open a web browser and access the
-      following URL: http://synapse.apache.org/download.html. You will then
-      see the list of available releases. Click on the latest version, and you
+      following URL:
+      <a href="http://synapse.apache.org/download.html">http://synapse.apache.org/download.html</a>.
+      You will then see the list of available releases. Click on the latest version, and you
       will be directed to the Synapse release download page. Now download the
       'Standard binary distribution' ZIP or tar.gz archive compatible with your
       operating system.
@@ -549,7 +550,7 @@
       deeper and reveal the advanced features of Synapse. You can browse through
       the samples for your interested areas. If you have any issue regarding
       Synapse as a user, feel free ask it in the Synapse user mailing list
-      (http://synapse.apache.org/mail-lists.html).
+      (<a href="http://synapse.apache.org/mail-lists.html">http://synapse.apache.org/mail-lists.html</a>).
     </p>
     <p/>
     <p/>

Modified: synapse/branches/1.2/src/site/xdoc/Synapse_Samples.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/src/site/xdoc/Synapse_Samples.xml?rev=662663&r1=662662&r2=662663&view=diff
==============================================================================
--- synapse/branches/1.2/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/branches/1.2/src/site/xdoc/Synapse_Samples.xml Mon Jun  2 23:25:23 2008
@@ -115,7 +115,7 @@
     <p>
       This guide will walk you through the built-in samples shipped with the product,
       which will cover most of the basic functional sceanrios and capabilities of Apache Synapse
-      as an ESB. If you are aunable to solve your problem by reading through and
+      as an ESB. If you are unable to solve your problem by reading through and
       running these samples, feel free to raise your problem on the
       <a href="http://synapse.apache.org/mail-lists.html">mailing lists</a>.</p>
     <h2>
@@ -3166,7 +3166,7 @@
       Once received by the sample service, it is saved into a temporary file and
       could be verified for correctness.
     </p>
-<pre xml:space="preserve">Wrote to file : /tmp/mtom-60319.gif</pre>
+<pre xml:space="preserve">Wrote to file : ./../../work/temp/sampleServer/mtom-4417.gif</pre>
     <p/>
     <p>
       The final section of this example shows how a POX JMS message received by

Modified: synapse/branches/1.2/src/site/xdoc/Synapse_Samples_Setup.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/src/site/xdoc/Synapse_Samples_Setup.xml?rev=662663&r1=662662&r2=662663&view=diff
==============================================================================
--- synapse/branches/1.2/src/site/xdoc/Synapse_Samples_Setup.xml (original)
+++ synapse/branches/1.2/src/site/xdoc/Synapse_Samples_Setup.xml Mon Jun  2 23:25:23 2008
@@ -181,7 +181,7 @@
       </tbody>
     </table>
     <p>
-      The above diagram depicts the interactions between the clients, Synapse
+      The above table depicts the interactions between the clients, Synapse
       and the services at a higher level. The Clients are able to send SOAP/REST
       or POX messages over transports such as HTTP/S or JMS with WS-Addressing,
       WS-Security or WS-Reliable messaging. They can send binary optimized
@@ -522,6 +522,20 @@
     <h2 id="fixtransport">
       Configuring Synapse for the FIX Transport
     </h2>
+    <p>
+      First of all you need to put the following jar files into the lib folder of the
+      synapse distribution
+    </p>
+    <ul>
+      <li>quickfixj-core-1.3.1.jar</li>
+      <li>quickfixj-msg-fix40-1.3.1.jar</li>
+      <li>quickfixj-msg-fix41-1.3.1.jar</li>
+      <li>quickfixj-msg-fix42-1.3.1.jar</li>
+      <li>quickfixj-msg-fix43-1.3.1.jar</li>
+      <li>quickfixj-msg-fix44-1.3.1.jar</li>
+      <li>slf4j-api-1.3.0.jar</li>
+      <li>slf4j-jdk14-1.3.0.jar</li>
+    </ul>
     <h3 id="fixtransport">
       Setting up the FIX Transport
     </h3>