Hi,
Found this:
http://camel.apache.org/how-do-i-use-spring-property-placeholder-with-camel-xml.html
and solved my problem :)
Regards
thiago wrote:
>
> Hi,
>
>It's Windows.
>Well, outside the camelContext tag I can definitely use
> ${activemq.home}, but inside it, the variable
Hi,
It's Windows.
Well, outside the camelContext tag I can definitely use ${activemq.home},
but inside it, the variable isn't being replaced...
Cheers..
cobrien wrote:
>
> It would be interesting to know what platform you are on. To have a
> cross-platform solution you may want to try
It would be interesting to know what platform you are on. To have a
cross-platform solution you may want to try using
PropertyPlaceholderConfigurer to set a property for your activemq home.
something like
Clark
http://www.ttmsolutions.com
thiago wrote:
>
> Hi,
>
>I