And the processor as: <process ref="mySpringBeanThatImplementsProcessor"/>
And then you need the regular spring beans configuration in spring as well to link to the actual class file <bean id="mySpringBeanThatImplementsProcessor" class="xxx.yyy"/> <bean id="mySpringBean" class="xxx.yyy.zzz"/> mySpringBean is just a regular POJO that doesn't have to have import any camel classes. How is mySpringBeanThatImplementsProcessor and mySpringBean related ?? Thanks, Franklin -- View this message in context: http://www.nabble.com/Transformation-task-in-Spring-tp18647141s22882p20821303.html Sent from the Camel - Users mailing list archive at Nabble.com.
