On Fri, Jun 5, 2009 at 1:10 PM, Charles Moulliard<[email protected]> wrote: > Hi, > > Is there a possibility to use a parameter in camel spring DSL to > activate/disabled the tracing of the camel context ? > > idea > > $flag = "true" > > <camel:camelContext trace="$flag" xmlns="http://camel.apache.org/schema/osgi > "> > ... > </camel:camelContext> No. Its a XSD true|false value.
But I think you can use a System Property to enable / disable it also. Check the source code in CamelContextFactoryBean. > > Regards, > > Charles Moulliard > Senior Enterprise Architect > Apache Camel Committer > > ***************************** > blog : http://cmoulliard.blogspot.com > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
