Author: hiranya Date: Tue Jul 7 05:02:55 2009 New Revision: 40953 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40953
Log: Documentation fix Modified: trunk/esb/java/docs/xdoc/configuration_language.xml Modified: trunk/esb/java/docs/xdoc/configuration_language.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/configuration_language.xml?rev=40953&r1=40952&r2=40953&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/configuration_language.xml (original) +++ trunk/esb/java/docs/xdoc/configuration_language.xml Tue Jul 7 05:02:55 2009 @@ -401,11 +401,11 @@ can be invoked later by name. The sequences named "main" and "fault" has special significance in a Synapse configuration. The "main" sequence handles any message that is accepted for '<a href="#message_mediation">Message -Mediation</a><a>', and the "fault" sequence is invoked if Synapse encounters a +Mediation</a>', and the "fault" sequence is invoked if Synapse encounters a fault, and a custom fault handler is not specified for the sequence via its "onError" attribute. If the "main" or "fault" sequences are not defined locally or not found in the Registry, the Synapse ESB defines suitable defaults at -initialization.</a> </p> +initialization.</p> <p>A Dynamic Sequence may be defined by specifying a key reference to a registry entry. As the remote registry entry changes, the sequence will _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
