Saioa
Dec 22nd, 2010, 07:55 AM
Hello,
We've just encountered a strange issue with an external properties file.
We have the properties in grails-app/conf and we do include it in the Config.groovy.
It was working fine until we downloaded code from the cvs repository. After that, it seems that you can't get properties that are separated by dots. For example grailsApplication.config.gestion.numElementos returns [:] but grailsApplication.config.numElementos returns the text set in the properties.
In addition, the same code is working ok in another computer, the one that uploaded the changes to the cvs repository.
Grails version is 1.3.5
Any ideas why is this happening and how to solve it?
Thanks :)
We've just encountered a strange issue with an external properties file.
We have the properties in grails-app/conf and we do include it in the Config.groovy.
It was working fine until we downloaded code from the cvs repository. After that, it seems that you can't get properties that are separated by dots. For example grailsApplication.config.gestion.numElementos returns [:] but grailsApplication.config.numElementos returns the text set in the properties.
In addition, the same code is working ok in another computer, the one that uploaded the changes to the cvs repository.
Grails version is 1.3.5
Any ideas why is this happening and how to solve it?
Thanks :)