Hi Claus, Thanks. That resolved my problem. I didn't even try such a simple changes, as I thought I had to introduce the camel FactoryBean into my POJO.
I have another issue: Even though I found some similar post regarding storing of variable for later usage, but most of them are in java DSL which I didnt managed to apply directly. <route> <from uri="direct:processResult"/> <bean ref="convertor"/> <bean ref="strategyManager" method="isStrategyCompleted"/> <when> <simple>${body}</simple> <bean ref="messageSender" /> </when> <otherwise> .... </otherwise> </route> Will appreciated any advise. Best Regards, Zuff -- View this message in context: http://camel.465427.n5.nabble.com/Correct-use-of-camelproxy-tp5719716p5719834.html Sent from the Camel - Users mailing list archive at Nabble.com.