[ https://issues.apache.org/jira/browse/CAMEL-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988461#action_12988461 ]
Ashwin Karpe edited comment on CAMEL-3254 at 1/29/11 9:19 AM: -------------------------------------------------------------- Hi Claus, I was unsure about camel-core-xml since I was geting a CamelJMX... classloaderexception in eclipse when I tried to junit debug my code in unit tests with eclipse. It seemed to fix it and so I let it stay there. I guess I could have removed the dependency. Thanks for the updates and unit tests. I was not sure where to add the unit tests and went with camel-quatz since it was a identified against a JIRA issue there. I will be sure to add unit tests in camel-core/camel-spring when I make any changes to core next time. Cheers, Ashwin... was (Author: akarpe): Hi Claus, Thanks for the updates and unit tests. I was not sure where to add the unit tests and went with camel-quatz since it was a identified against a JIRA issue there. I will be sure to add unit tests in camel-core/camel-spring when I make any changes to core next time. Cheers, Ashwin... > Cannot set multiple route policies on a route in Spring > ------------------------------------------------------- > > Key: CAMEL-3254 > URL: https://issues.apache.org/jira/browse/CAMEL-3254 > Project: Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.4.0 > Reporter: Fintan Bolton > Assignee: Ashwin Karpe > Fix For: 2.7.0 > > Attachments: CAMEL-3254-multiple-route-policies.patch > > > The Spring grammar does not seem to provide a way of specifying multiple > policies. E.g. > <route routePolicyRef="myFirstPolicy"> > ... > </route> > There is nowhere to inject a second policy, because there is only one > attribute provided. > While it is possible to set multiple unrelated policies (for e.g > ScheduledRoutePolicy and say Shiro SecurityPolicy) which necessitate a > different Spring XML fragment, it is not possible at the moment to set > multiple policy sets in Spring against a route. It is possible to set up > different start, stop, suspend & resume times in the same policy. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.