Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8F5A4200BD0 for ; Tue, 25 Oct 2016 17:39:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8E253160AD8; Tue, 25 Oct 2016 15:39:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F1899160B05 for ; Tue, 25 Oct 2016 17:38:59 +0200 (CEST) Received: (qmail 14992 invoked by uid 500); 25 Oct 2016 15:38:59 -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 14766 invoked by uid 99); 25 Oct 2016 15:38:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2016 15:38:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C75E92C2A6A for ; Tue, 25 Oct 2016 15:38:58 +0000 (UTC) Date: Tue, 25 Oct 2016 15:38:58 +0000 (UTC) From: "Luca Burgazzoli (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-10417) camel-properties: Support adding location using child nodes of propertyPlaceholder element MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 25 Oct 2016 15:39:00 -0000 Luca Burgazzoli created CAMEL-10417: --------------------------------------- Summary: camel-properties: Support adding location using child nodes of propertyPlaceholder element Key: CAMEL-10417 URL: https://issues.apache.org/jira/browse/CAMEL-10417 Project: Camel Issue Type: Improvement Components: camel-core Reporter: Luca Burgazzoli Assignee: Luca Burgazzoli Priority: Minor Fix For: 2.18.1, 2.19.0 As today to define a list of locations you should separate them with a comma: {code:xml} {code} It would be nice to have a way to set the locations *also* with a child nodes of propertyPlaceholder element, like: {code:xml} {code} These locations will be added to the locations defined in the propertyPlaceholder element. -- This message was sent by Atlassian JIRA (v6.3.4#6332)