You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/11/10 12:50:17 UTC

[jira] [Resolved] (CAMEL-6916) PropertyPlaceHolder : IgnoreMissingLocation should protect from unresolvable system variable location

     [ https://issues.apache.org/jira/browse/CAMEL-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-6916.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.11.3)

> PropertyPlaceHolder : IgnoreMissingLocation should protect from unresolvable system variable location
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6916
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6916
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.12.1
>            Reporter: Sébastien Brousse
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.12.2, 2.13.0
>
>         Attachments: camel-property.zip
>
>
> When you add a location based on system variable in a propertyPlaceholder, the ignoreMissingLocation protect you from a missing file but not from a missing system variable (or env as well).
> Ex : 
> {code:xml}
> <propertyPlaceholder ignoreMissingLocation="true" location="classpath:camel-property.properties, file:///${camel-property.config}" />
> {code}
> This configuration failed to load context during unit tests, because _camel-property.config_ system variable is not set. Spring handle this with the _ignore-resource-not-found_ attribute, which is according to me the equivalent of ignoreMissingLocation.



--
This message was sent by Atlassian JIRA
(v6.1#6144)