And if you use Camel 1.x. You can check the 1.6.0 XSD for instance: http://camel.apache.org/schema/spring/camel-spring-1.6.0.xsd
There is a setProperty XML tag. On Mon, May 4, 2009 at 9:57 PM, Roman Kalukiewicz <[email protected]> wrote: > 2009/5/4 Matteo Redaelli <[email protected]>: >> >> Thanks for your quick answer. >> >> Is it possibile to use SetProperty in Spring XML routes? > > Sure it is. Take a look at camel schema for XML routes: > > http://camel.apache.org/schema/spring/camel-spring.xsd > > there is setProperty element defined and you can use it the same way > as setHeader element. > > Roman > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus Apache Camel Reference Card: http://refcardz.dzone.com/refcardz/enterprise-integration
