Hi

Can you create a JIRA.
I suspect there is an issue when its part of a sub route such as in a <choice>



On Fri, Nov 5, 2010 at 2:16 PM, Andreas A. <andreasasm...@gmail.com> wrote:
>
> Hi
>
> This must be a bug. When used nested in the <choice> tag the resolving
> fails:
>
> This works:
> <route>
>        <from uri="file:data/in" />
>        <convertBodyTo type="String" charset="{{charset.external}}" />
>        <log message="Charset: {{charset.external}}" />
>        <to uri="file:data/out" />
> </route>
>
> This fails:
> <route>
>        <from uri="file:data/in" />
>        <choice>
>                <when>
>                        <constant>true</constant>
>                        <convertBodyTo type="String" 
> charset="{{charset.external}}" />
>                </when>
>        </choice>
>        <log message="Charset: {{charset.external}}" />
>        <to uri="file:data/out" />
> </route>
>
> Can you confirm this by testing Claus?
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-2-5-Propertyplaceholders-and-Spring-DSL-still-not-working-tp3251608p3251790.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to