Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity: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.