You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by veeru_as <ve...@gmail.com> on 2017/01/25 12:24:23 UTC

Re: bean Registry

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.