I'm using addon-dynamic-configuration from gvNIX 1.4.1 and I noticed that it works with some standard configuration files (database, log4j) but not with a custom .properties files.
From roo shell I type: configuration property add --name [CTRL+Space] I see that the help propouses some properties. None of the properties I have defined in my custom file is listed.
Also if I execute:
configuration property add --name app.property1
I get the following error:
Property not exists
Is there any way to use this addon with customized properties files?
Regards.