[Opensource] ConfigManager custom properties
Michael Rimov
rimovm at centercomp.com
Thu Feb 13 12:35:54 PST 2003
At 02:44 PM 2/12/2003 +0100, you wrote:
>Hi list,
>according to the documentation it is possible to add some custom
>properties to the expresso configuration xml files. But I don't understand
>how. What should be the name of the tag?
Helga,
I looked at the Expresso DTD:
<!ELEMENT context (description?, hasSetupTables?, jdbc?, type-mapping*,
images, startJobHandler?, showStackTrace?, mailDebug?, customProperty*,
path-mappings*, expressoDir?, setupDefault*)>
<!ELEMENT customProperty (name, value)>
So according to this you should put
<customProperty>
<name>Test</name>
<value>Abcdefg</value>
</customProperty>
after mailDebug entries in your expresso-config contexts....
Disclaimer: I personally haven't used it in my own apps, so mileage may
vary. :(
-Mike
More information about the Opensource
mailing list