Re: RuntimeCamelException:IllegalStateException:Unablefind BeanManager.Please ensure config CDI

2016-06-17 Thread saysvishal
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

Re: RuntimeCamelException:IllegalStateException:Unablefind BeanManager.Please ensure config CDI

2016-06-15 Thread saysvishal
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

RuntimeCamelException:IllegalStateException:Unablefind BeanManager.Please ensure config CDI

2016-06-14 Thread saysvishal
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