Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 88402 invoked from network); 14 Jun 2010 15:10:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 15:10:58 -0000 Received: (qmail 28795 invoked by uid 500); 14 Jun 2010 13:24:18 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 28631 invoked by uid 500); 14 Jun 2010 13:24:17 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 28623 invoked by uid 99); 14 Jun 2010 13:24:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 13:24:16 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 13:24:10 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OO9dl-0001JY-Iq for users@activemq.apache.org; Mon, 14 Jun 2010 06:23:49 -0700 Message-ID: <28879536.post@talk.nabble.com> Date: Mon, 14 Jun 2010 06:23:49 -0700 (PDT) From: thiago To: users@activemq.apache.org Subject: Re: Help with xslt configuration In-Reply-To: <28861065.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tcostasouza@gmail.com References: <28860569.post@talk.nabble.com> <28861064.post@talk.nabble.com> <28861065.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org 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 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 using >> PropertyPlaceholderConfigurer to set a property for your activemq home. >> >> something like >> >> > class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> >> >> >> >> Clark >> http://www.ttmsolutions.com >> >> >> >> thiago wrote: >>> >>> Hi, >>> >>> I'm trying to use xslt component: >>> >>> My problem is that I'm not being able to make relative to >>> ActiveMQ's directory (it's always being treated as absolute). How can I >>> make it relative? (I already tried >> uri="xslt:file:${activemq.home}" /> with no success) >>> >>> I'm using ActiveMQ 5.3.2. >>> >>> Regards, >>> Thiago Souza >>> >>> >>> >> >> > > -- View this message in context: http://old.nabble.com/Help-with-xslt-configuration-tp28860569p28879536.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.