RE: bean Registry

2013-11-26 Thread Singh, Surya Prakash
How do you achieve this when using spring dsl to create a camelcontext? http://camel.apache.org/schema/spring";> Is there a way to inject a SimpleRegistry when creating a CamelContext in spring DSL? What is the namespace for that? Regards, -Original Message- From: Willem jiang [mailt

Sending object to a Dynamic Route

2013-07-02 Thread Singh, Surya Prakash
Hi, How do I send an Object to a cxf route inside a Dynamic route, For ex: public String route(Exchange exchange { if (requestStatus instanceof RequestPending) { return "cxf://"; // Need to send an object to this cxf route. } } Outside of an dynamic route