Hi The loadRoutesDefinition() is deprecated at the CamelContext level and has been leveraged to ModelCamelContext [1] where you can make use of setDataFormats() as well.
Also note that as a side effect the Impl class org.apache.camel.impl.DefaultCamelContext now implements this new ModelCamelContext interface. [1] https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/main/java/org/apache/camel/model/ModelCamelContext.java Babak -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-reloading-of-routes-with-SpringXML-tp3396990p5480646.html Sent from the Camel - Users mailing list archive at Nabble.com.
