Re: Help with xslt configuration

2010-06-14 Thread thiago
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

Re: Help with xslt configuration

2010-06-11 Thread thiago
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

Re: Help with xslt configuration

2010-06-11 Thread cobrien
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