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

[jira] [Updated] (CAMEL-12973) AbstractCamelWorkItemHandler init fails when WIH is loaded before CamelContext is created.

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

Andrea Cosentino updated CAMEL-12973:
-------------------------------------
    Affects Version/s:     (was: 2.23.1)
                       2.23.0

> AbstractCamelWorkItemHandler init fails when WIH is loaded before CamelContext is created.
> ------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-12973
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12973
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jbpm
>    Affects Versions: 2.23.0
>            Reporter: Duncan Doyle
>            Assignee: Maciej Swiderski
>            Priority: Major
>
> When the AbstractCamelWorkItemHandler is created before the referenced CamelContext is created and registered, deployment of a KJAR fails with an IllegalArgumentException.
> This can happen when the deployment uses a combination of a Singleton RuntimeStrategy and a Deployment-scoped CamelContext. This is due to the fact that the jBPM KIE-Server extension runs after the jBPM extension.
> In such a situation we need to defer the creation of the ProducerTemplate until the first call to WIH.execute.



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