You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Duncan Doyle (JIRA)" <ji...@apache.org> on 2018/12/04 13:13:00 UTC

[jira] [Created] (CAMEL-12978) Add support to configure CamelContext created by KIE-Server extension

Duncan Doyle created CAMEL-12978:
------------------------------------

             Summary: Add support to configure CamelContext created by KIE-Server extension
                 Key: CAMEL-12978
                 URL: https://issues.apache.org/jira/browse/CAMEL-12978
             Project: Camel
          Issue Type: Improvement
          Components: camel-jbpm
    Affects Versions: 2.23.0
            Reporter: Duncan Doyle
            Assignee: Maciej Swiderski


To support advanced use-cases, users need to be able to manually build and/or configure the CamelContext provided by the KIE-Server extension.

We should add support to allow custom extensions (CamelContext builders) to override the default CamelContext created by KIE-Server to allow advanced configuration of the CamelContetx.

The Global CamelContext could be configured through a CamelContextBuilder that is fetched using the ServiceLoader mechanism. For KJAR Deployment scoped configuration, we should allow configuring the CamelContextBuilder through the KJAR's DeploymentDescriptor (e.g. EnvironmentEntries).

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)