I am trying to access the properties that are in an externalized config file, from my integration service tests file and did not succeed.
I have tried...
def propValue = grailsApplication.config.setting
and
def myData = ConfigurationHolder.config.setting
No success.
Appreciate help.
Thanks


Reply With Quote