replacing camel-cdi-2.12.jar with camel-cdi-2.17.jar, will it work? because
all other jar's are of same version2.12. Or does it required to update
camel-cdi jar as well.
--
View this message in context:
http://camel.465427.n5.nabble.com/RuntimeCamelException-java-lang-IllegalStateException-Una
Thanks astefanutti, appreciate you help!
We are not using BeanManagerProvider but
javax.enterprise.inject.spi.BeanManager. But I looked at 2.17 camel patch
and its fixes. Its targeted for many CDI BeanManager Component loading
issues which covers one this issue.
https://issues.apache.org/jira/brow
Error- Unable to find BeanManager. Please ensure that you configured the CDI
implementation of your choice properly. I am getting this error while
running one of the job route name TestAccount job. On start up.. CDI manager
is getting loaded and DI context is added to route, snipped as follows,
Cr