You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/04/22 16:37:23 UTC

[jira] Resolved: (CAMEL-2667) Policy should not be abstract and allow it to be used anywhere in the route graph

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

Claus Ibsen resolved CAMEL-2667.
--------------------------------

    Resolution: Fixed

trunk: 936869

You can now define <policy> freely in the routes. Remember to wrap around child nodes if you eg want to wrap the entire route.

> Policy should not be abstract and allow it to be used anywhere in the route graph
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-2667
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2667
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>
> Allow using {{policy}} / {{<policy>}} anywhere in the route graph to wrap either
> - the entire route
> - a single processor
> - a number of processors
> Then let <transacted/> be the special abstract that supports convention over configuration for easy TX setup.
> Then policy is the general purpose for security, or whatever you may want to use it as.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.