Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10417

camel-properties: Support adding location using child nodes of propertyPlaceholder element

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.19.0
    • camel-core
    • None
    • Unknown

    Description

      As today to define a list of locations you should separate them with a comma:

      <propertyPlaceholder id="properties" location="com/mycompany/myprop.properties,ref:myProperties"/>
      

      It would be nice to have a way to set the locations also with a child nodes of propertyPlaceholder element, like:

      <propertyPlaceholder id="properties">
        <propertiesLocation location="com/mycompany/myprop.properties/>
        <propertiesLocation location="ref:myProperties/>
      </propertyPlaceholder>
      

      These locations will be added to the locations defined in the propertyPlaceholder element.

      Attachments

        Activity

          People

            lb Luca Burgazzoli
            lb Luca Burgazzoli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: