[
https://issues.apache.org/jira/browse/CAMEL-12973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16708673#comment-16708673
]
ASF GitHub Bot commented on CAMEL-12973:
----------------------------------------
mswiderski commented on issue #2649: CAMEL-12973: Init deferred to first call
when WIH uses Deployment-sco…
URL: https://github.com/apache/camel/pull/2649#issuecomment-444093777
excellent, thanks a lot @oscerd and @DuncanDoyle
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Fix For: 2.24.0, 2.23.1
>
>
> 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)