Is there any way to override default registry?
One which I came across is add a bean like below.
<bean id="registry" class="org.apache.camel.impl.JndiRegistry" />
But after adding this am getting the bean not found error for below bean
<bean class="com.test.processor.InitDataLoader"
id="initDataLoader" />
any ways to add this bean to jndi registry?
--
View this message in context:
http://camel.465427.n5.nabble.com/bean-Registry-tp5743143p5793049.html
Sent from the Camel - Users mailing list archive at Nabble.com.