Author: veithen
Date: Mon Apr 13 20:25:19 2009
New Revision: 764600
URL: http://svn.apache.org/viewvc?rev=764600&view=rev
Log:
Added the namespace to the documentation of the Spring mediator.
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=764600&r1=764599&r2=764600&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
(original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Mon Apr
13 20:25:19 2009
@@ -1955,7 +1955,7 @@
<h4>
<a name="spring" id="spring">Spring mediator</a>
</h4>
-<pre xml:space="preserve"> <spring:spring bean="exampleBean1"
key="string"/></pre>
+<pre xml:space="preserve"> <spring:spring bean="exampleBean1" key="string"
xmlns:spring="http://ws.apache.org/ns/synapse/spring"/></pre>
<p>
The <spring> element creates an instance of a mediator, which is
managed by Spring. This Spring bean must implement the Mediator interface