@Override
 protected CamelContext createCamelContext() throws Exception {
   CamelContext context = super.createCamelContext();
   cool.setCamelContext(context);
   return context;
 }