Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3409F1F2 for ; Wed, 3 Apr 2013 00:07:15 +0000 (UTC) Received: (qmail 74576 invoked by uid 500); 3 Apr 2013 00:07:15 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 74545 invoked by uid 500); 3 Apr 2013 00:07:15 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 74536 invoked by uid 99); 3 Apr 2013 00:07:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 00:07:15 +0000 Date: Wed, 3 Apr 2013 00:07:15 +0000 (UTC) From: "Johann Vanackere (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-6233) BridgePropertyPlaceholderConfigurer does not support nested properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620425#comment-13620425 ] Johann Vanackere commented on CAMEL-6233: ----------------------------------------- Indeed, support of Spring properties notation would be nice. > BridgePropertyPlaceholderConfigurer does not support nested properties > ---------------------------------------------------------------------- > > Key: CAMEL-6233 > URL: https://issues.apache.org/jira/browse/CAMEL-6233 > Project: Camel > Issue Type: Bug > Affects Versions: 2.10.3 > Reporter: Johann Vanackere > > BridgePropertyPlaceholderConfigurer does not support recursive properties (as Spring property placeholder does). > Given the following Spring properties file : > {noformat} > project.path=/project > integration.in=${project.path}/in > {noformat} > If I use the expression {{{{integration.in}}}} in the from clause of my RouteBuilder, I get an exception : > {noformat} > Invalid directory: ${project.path}/in. Dynamic expressions with ${ } placeholders is not allowed. Use the fileName option to set the dynamic expression. > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira