Re: string constants in simple expression language

2009-04-22 Thread G.J. van de Streek
> Hi > > What is the @deprecation? > > > > > -- View this message in context: http://www.nabble.com/string-constants-in-simple-expression-language-tp23174960p23191154.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: string constants in simple expression language

2009-04-22 Thread Claus Ibsen
Hi What is the @deprecation? On Wed, Apr 22, 2009 at 2:56 PM, Willem Jiang wrote: > Hi > > You could use constant for this, just like this > from("direct:start"). >    setHeader("foo", constant("ABC")). >    to("mock:result"); > > Willem > > G.J. van de Streek wrote: >> Is there a way to use st

Re: string constants in simple expression language

2009-04-22 Thread Willem Jiang
Hi You could use constant for this, just like this from("direct:start"). setHeader("foo", constant("ABC")). to("mock:result"); Willem G.J. van de Streek wrote: > Is there a way to use string constants in the simple expression language. I > am trying to fix a deprecation warning in: > >

string constants in simple expression language

2009-04-22 Thread G.J. van de Streek
tions? -- View this message in context: http://www.nabble.com/string-constants-in-simple-expression-language-tp23174960p23174960.html Sent from the Camel - Users mailing list archive at Nabble.com.