Hi Doug,
Thanks for the response but, the requirement is to have different configs for say DEV, TEST and production, and have jboss pick these up dynamically.
So lets say, a config file/property file will be created by my build and on jboss startup it will read those values and substitute them in standalone.xml
If we hard code the properties in the standalone.xml file as system properties it doesn't change anything, it's still hard coded in standalone.xml and cant be dynamically changed
Hope thats clear.
Navanga