Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 88874 invoked from network); 18 Feb 2010 19:55:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 19:55:08 -0000 Received: (qmail 22759 invoked by uid 500); 18 Feb 2010 19:55:08 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 22670 invoked by uid 500); 18 Feb 2010 19:55:08 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 22648 invoked by uid 500); 18 Feb 2010 19:55:08 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 22579 invoked by uid 99); 18 Feb 2010 19:55:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 19:55:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 19:55:00 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A26929A001F for ; Thu, 18 Feb 2010 11:54:40 -0800 (PST) Message-ID: <657543355.3391266522880302.JavaMail.jira@brutus.apache.org> Date: Thu, 18 Feb 2010 19:54:40 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-2358) packageScan should support Spring property placeholders In-Reply-To: <48769281.981263408344698.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2358: ------------------------------- Fix Version/s: 2.3.0 > packageScan should support Spring property placeholders > ------------------------------------------------------- > > Key: CAMEL-2358 > URL: https://issues.apache.org/activemq/browse/CAMEL-2358 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.1.0 > Reporter: Johan Haleby > Assignee: Claus Ibsen > Fix For: 2.3.0 > > > Right now you cannot use Spring property placeholders to define a packageScan inside the Camel XML. I.e. this won't work: > {code:xml} > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation=" > http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd > http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd > "> > > > > ${some.scan.path} > > > > {code} > However a workaround exists for uri's as seen in the [FAQ|http://camel.apache.org/how-do-i-use-spring-property-placeholder-with-camel-xml.html]. I'd like to propose something similar for packageScan. For example something like this: > {code:xml} > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation=" > http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd > http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd > "> > > > > > > > > > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.