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/05/05 10:31:27 UTC

svn commit: r653352 - in /synapse/trunk/java/src/site/xdoc: Synapse_Samples.xml Synapse_Samples_Setup.xml

Author: ruwan
Date: Mon May  5 01:31:26 2008
New Revision: 653352

URL: http://svn.apache.org/viewvc?rev=653352&view=rev
Log:
documentation fixes

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

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=653352&r1=653351&r2=653352&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Mon May  5 01:31:26 2008
@@ -3755,7 +3755,7 @@
     <p>
       This example is functionally equivalent to sample # 350 and sample # 8,
       and demonstrates in-line script mediation in Synapse. Use the stock quote
-      client to send a custom quote as in example # 500 to test this example.
+      client to send a custom quote as in example # 350 to test this example.
     </p>
     <p/>
     <h2>
@@ -3860,11 +3860,11 @@
     </p>
     <p/>
     <p>
-      This sample is functionally equivalent to sample # 500 (#501 and #8) but
+      This sample is functionally equivalent to sample # 350 (#351 and #8) but
       instead uses a Ruby script using the JRuby interpreter. The script has two
       functions, 'transformRequest' and 'transformResponse', and the Synapse
       configuration specifies which function is to be invoked when used. Execute
-      the stock quote client to send a custom stock quote as per example #500
+      the stock quote client to send a custom stock quote as per example #350
       and check the received stock quote response.
     </p>
     <h2>

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml?rev=653352&r1=653351&r2=653352&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml Mon May  5 01:31:26 2008
@@ -691,7 +691,8 @@
       For Ruby support you need to download the 'jruby-complete.jar' from the
       Maven repository for JRuby, and copy it into the 'lib' folder of Synapse .
       The JRuby JAR can be downloaded from <a
-      href="http://repo1.maven.org/maven2/org/jruby/jruby-complete/">here</a>.
+      href="http://repo1.maven.org/maven2/org/jruby/jruby-complete/1.0.1/jruby-complete-1.0.1.jar">
+      here</a>.
     </p>
     <p/>
     <h2 id="derby">