Re: Camel cxf with Spring boot manual starting route

2017-07-18 Thread Zoran Regvart
Hi Kasim, I'm not sure that I understood your problem, but starting the Camel context and starting the routes have different semantics. You should not ignore Camel context startup failure, in the example you provided you just print the stack trace. With the Camel context started you can add (CamelC

Camel cxf with Spring boot manual starting route

2017-07-18 Thread Kasim Sert (Ibtech-Software Infrastructure)
Hi, I am using spring boot with camel cxf to expose rest/soap web services. However since I have many services and some of them are not well defined, I want to register each of them one by one, catch if any exception occurs and continue with remaining valid services. But when I set camel.sprin