Jaikiran Pai wrote:
2) Config property to override the property set at system/environment
level. Thus allowing an application to set these as "application
specific" properties and let other applications use the
system/environment level values.
3) System property to override environment level. Thus allowing
different JVMs on the same system to use their own values.
I don't think it makes sense to require a configuration change to test
some parameter that could be passed using -D. System properties need to
override configuration IMO.
-CB