Hi Can you provide more details, such as Camel version used, do you use spring boot or how do you run it, and the code above are they from a route builder or how do you use it?
And can you create an unit test that reproduces the issue? On Tue, Apr 14, 2015 at 8:52 PM, Alan Camillo <[email protected]> wrote: > When I use > new ConstantExpression("{{email.msg.status}}") > the property place holder *works*. > > but when I try > constant("{{email.msg.status}}") > property place holder *doesn't work*. > > and the line > simple("{{email.msg.status}}") > property place holder *works* too. > > Did I do something wrong? > Thanks! > Alan Camillo -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
