Re: IgnoreMissingLocation does not ignore env and sys variables in property component

2013-10-31 Thread Sébastien BROUSSE
Thx, I will do so. 2013/10/31 Claus Ibsen : > IgnoreMissingLocation is for ignoring a location of the properties if > it cannot be found, such as a file not found etc. > > It is not for ignoring missing keys. > > What you are looking for is something like a > ignoreUnresolvablePlaceholders=true to

Re: IgnoreMissingLocation does not ignore env and sys variables in property component

2013-10-31 Thread Claus Ibsen
IgnoreMissingLocation is for ignoring a location of the properties if it cannot be found, such as a file not found etc. It is not for ignoring missing keys. What you are looking for is something like a ignoreUnresolvablePlaceholders=true to ignore unresolved keys. Spring has such an option, we c