I was able to invoke
http://localhost:8080/customerapp/CustomerRequestImplPort. 
I replaced
/CamelContext camelContext = new DefaultCamelContext(registry);/
        with  
/SpringCamelContext contextSpring = (SpringCamelContext)
exchange.getContext();
contextSpring.setRegistry(registry);/


Thanks,
Trupti



--
View this message in context: 
http://camel.465427.n5.nabble.com/Issue-while-dynamically-adding-cxfEndpoint-and-its-routes-using-Camel-tp5750281p5750300.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to