Thanks for your answers I will try them out whatever possible.
I tried the Below things too.
1) I checked the bean construction the saw that it being created only once
so i change the bean defination to below
<bean id="CustomProcessorCSV" class="com.XXXX.CustomProcessor"
scope="prototype">
<constructor-arg value="CSV"/>
</bean
But still I see only one Instance being created on the Logs, isn',t scope
prototype supposed to return from registry a new instance so in turn it
should create multiple instance of the bean. Hope my understanding is okay
?
--
View this message in context:
http://camel.465427.n5.nabble.com/Some-Stupid-Questions-tp5770217p5770275.html
Sent from the Camel - Users mailing list archive at Nabble.com.