The properties service (configured in properties-service.xml
) in JBoss application server lets you specify external .properties
files that are loaded and can then be accessed as system properties from the deployed applications.
(See here http://community.jboss.org/wiki/PropertiesService for more info...)
Is it also possible to load config files in the .xml
format instead of .properties
?
I know it is possible for certain given configs like for example the mail-service.xml
and the jboss-log4j.xml
... But they are both loaded directly by JBoss, and not via the properties service.