Re: Prefix name for DB2 in XML file
Posted By:
Srivatsa_Manjunath
Posted On:
Tuesday, June 10, 2003 11:46 AM
All of these queries for CMPs get built at weblogic.ejbc time. So you would have to perform such replace operations during build time using build time tool features.
For example, ant you could set a property called DB_USERNAME in the build.xml and have tags similar to @DB_USERNAME@ with in the xml files. ant takes care of performing the substitutes at build time for you