We are successfully using externalized configuration in grails to retrieve all needed values from a configuration file. Lately it "randomly" happens to us that values from the config are not defined in the application after restart. Although the config is parsed while the application boots (log entries).
Does anyone have experience with this issue? Our config file is containing about 5500 lines at the moment.