RE: Camel supported servicemix version

2018-08-26 Thread Ls, Deepthi (Nokia - IN/Bangalore)
Hi, Sorry for mis communication. We are using the camel version that is coming as part of service mix vesion 3.4.0 i.e CXF 2.4.4 and Camel 2.8.3. Does it mean that CXF 2.4.4 and Camel 2.8.3 does not support developing REST services ? Regards, Deepthi -Original Message- From: Claus Ibse

Re: Camel supported servicemix version

2018-08-26 Thread Claus Ibsen
Hi Can you double check the servicemix version you are using, as 3.x is very very old. In general ServiceMix only support the Camel version that it ships out of the box. On Mon, Aug 27, 2018 at 7:55 AM Ls, Deepthi (Nokia - IN/Bangalore) wrote: > > Hello Team, > > We have a rest service develope

Camel supported servicemix version

2018-08-26 Thread Ls, Deepthi (Nokia - IN/Bangalore)
Hello Team, We have a rest service developed using CXF framework and camel version 2.16.4 deployed in servicemix. servicemix version used is 3.4.0. But it is not working. When we try the same with servicemix version 7, it is working. Is it not supported in servicemix version 3.4.0? Please help.

Setting a default ExecutorService for all processors

2018-08-26 Thread T Rehman
Is it possible for all Camel processors to use the same default ExecutorService? To elaborate, I would like my Camel processors by default to use the same ExecutorService that my Spring context uses. In my Spring context, I've set a ThreadPoolTaskExecutor instance that all @Async-annotated Spring

Fuse Tooling and Dozer component

2018-08-26 Thread Michael Joyner
Hi, Does anyone know a way to invoke the Data Transformation wizard in Java DSL? I can get it work with Spring XML DSL, but I am at a loss getting it to work with Java DSL. Thanks!