Clebert Suconic wrote:
As I said we will probably need some MBean that will define the system property?
MBean won't be required. We can follow this syntax in the xmls:
${some.system.property.name:defaultvalue}
The xml parsing will look for a system property named "some.system.property.name" and if not already set, then will set the value to "defaultvalue"