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/03 10:38:00 UTC

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

Duncan Doyle created CAMEL-12973:
------------------------------------

             Summary: 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.1
            Reporter: Duncan Doyle
            Assignee: Maciej Swiderski


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)