[
https://issues.apache.org/jira/browse/CAMEL-16757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17392266#comment-17392266
]
Claus Ibsen edited comment on CAMEL-16757 at 8/3/21, 1:53 PM:
--------------------------------------------------------------
TODO:
- document that you can mix DSLs for route configuration and routes (eg
configure in Java, and use in XML routes) *DONE*
- document that you can create common JARs that users can add as dependency to
use the pre existing configuration in their camel apps *DONE*
was (Author: davsclaus):
TODO:
- document that you can mix DSLs for route configuration and routes (eg
configure in Java, and use in XML routes)
- document that you can create common JARs that users can add as dependency to
use the pre existing configuration in their camel apps
> camel-core - Allow to define global error handling in all DSL the same way
> --------------------------------------------------------------------------
>
> Key: CAMEL-16757
> URL: https://issues.apache.org/jira/browse/CAMEL-16757
> Project: Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.12.0
>
>
> In the legacy camel-spring-xml and camel-blueprint you have <camelContext>
> where you can setup global error handlers, interceptors etc
> In the microservice world we may want to look at allowing to have a
> <camelConfiguration> or some other name, where you can drop that as a file
> into the routes loader to setup global error handling, and so on.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)