Author: ruwan
Date: Tue Jan 11 11:45:13 2011
New Revision: 1057591

URL: http://svn.apache.org/viewvc?rev=1057591&view=rev
Log:
in-case of we are doing another release from this branch, few fixes to the 
configuration language guide

Modified:
    synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml

Modified: synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml?rev=1057591&r1=1057590&r2=1057591&view=diff
==============================================================================
--- synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml 
(original)
+++ synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml Tue 
Jan 11 11:45:13 2011
@@ -414,7 +414,7 @@
 <pre xml:space="preserve">&lt;sequence key="sequence/dynamic_seq_1.xml"/&gt;
 where "sequence/dynamic_seq_1.xml" refers to the following sequence definition 
from the registry:
 
-&lt;sequence name="dynamic_sequence" 
xmlns="http://synapse.apache.org/ns/2010/04/configuraiton"&gt;
+&lt;sequence name="dynamic_sequence" 
xmlns="http://ws.apache.org/ns/synapse"&gt;
   ..
 &lt;/sequence&gt;</pre>
     <h2>
@@ -653,7 +653,7 @@ where "sequence/dynamic_seq_1.xml" refer
       of sessions supported in SAL endpoints. Namely HTTP transport based 
session
       which identifies the sessions based on http cookies and the client 
session which
       identifies the session by looking at a SOAP header sent by the client 
with the QName
-      '{http://synapse.apache.org/ns/2010/04/configuraiton}ClientID'. The 
'failover' attribute mentioned above
+      '{http://ws.apache.org/ns/synapse}ClientID'. The 'failover' attribute 
mentioned above
       is not applicable for session affinity based endpoints and it is always
       considered as set to false. If it is required to have failover behavior 
in session
       affinity based load balance endpoints, list failover endpoints as the 
target endpoints.
@@ -1469,7 +1469,7 @@ where "sequence/dynamic_seq_1.xml" refer
     <p>
       The 'feature' element defines any features which
       should be explicitly set to the TransformerFactory. The feature
-      
'http://synapse.apache.org/ns/2010/04/configuraiton/transform/feature/dom' 
turns on DOM based
+      'http://ws.apache.org/ns/synapse/transform/feature/dom' turns on DOM 
based
       transformations instead of serializing elements into Byte streams and/or
       temporary files. Though this would be better in performance than using
       byte streams, sometimes it may not work for all transformations.
@@ -2094,7 +2094,7 @@ where "sequence/dynamic_seq_1.xml" refer
     <h4>
       <a name="spring" id="spring">Spring mediator</a>
     </h4>
-<pre xml:space="preserve"> &lt;spring:spring bean="exampleBean1" key="string" 
xmlns:spring="http://synapse.apache.org/ns/2010/04/configuraiton/spring"/&gt;</pre>
+<pre xml:space="preserve"> &lt;spring bean="exampleBean1" 
key="string"/&gt;</pre>
     <p>
       The &lt;spring&gt; element creates an instance of a mediator, which is
       managed by Spring. This Spring bean must implement the Mediator interface


Reply via email to