You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Hiranya Jayathilaka (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/19 14:55:30 UTC

[jira] [Resolved] (SYNAPSE-744) Refactoring Conditional Router Mediator to have more descriptive configuration

     [ https://issues.apache.org/jira/browse/SYNAPSE-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiranya Jayathilaka resolved SYNAPSE-744.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

Fixed in the trunk and branch
                
> Refactoring Conditional Router Mediator to have more descriptive configuration
> ------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-744
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-744
>             Project: Synapse
>          Issue Type: Bug
>            Reporter: Kasun Indrasiri
>            Assignee: Kasun Indrasiri
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: SYNAPSE-744.patch
>
>
> Renaming "Route" to "ConditionalRoute" as this avoid mixups with other route mediators. 
> The new configuration should look like this. 
>                <conditionalRouter>
>                     <conditionalRoute>
>                         <condition>
>                             <equal type="url" value="/services/ConditionalStockQuoteProxy"/>
>                         </condition>
>                         <target sequence="send_seq"/>
>                     </conditionalRoute>
>                 </conditionalRouter>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org