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:10:35 UTC

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

Author: ruwan
Date: Mon May  5 01:10:35 2008
New Revision: 653344

URL: http://svn.apache.org/viewvc?rev=653344&view=rev
Log:
fixes to the Configuration Language

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=653344&r1=653343&r2=653344&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Mon May  5 01:10:35 2008
@@ -1276,8 +1276,8 @@
       <li>
         SYSTEM_DATE - Returns the current date as a String. Optionally a date
         format as per standard date format may be supplied. e.g.
-        synapse:get-property(SYSTEM_DATE, "yyyy.MM.dd G 'at' HH:mm:ss z") or
-        get-property(SYSTEM_DATE)
+        synapse:get-property("SYSTEM_DATE", "yyyy.MM.dd G 'at' HH:mm:ss z") or
+        get-property('SYSTEM_DATE')
       </li>
       <li>
         SYSTEM_TIME - Returns the current time in milliseconds. (i.e. the
@@ -1698,7 +1698,7 @@
     <h4>
       <a name="cache" id="cache">Cache</a>
     </h4>
-<pre xml:space="preserve"> &lt;cache id="string" [hashGenerator="class"] [timeout="seconds"] [scope=(per-host | per-mediator)]
+<pre xml:space="preserve"> &lt;cache [id="string"] [hashGenerator="class"] [timeout="seconds"] [scope=(per-host | per-mediator)]
      collector=(true | false) [maxMessageSize="in-bytes"]&gt;
    &lt;onCacheHit [sequence="key"]&gt;
      (mediator)+