thx julien!! howard, i'm not sure i understand what you're asking. editting the local.properties file to set the correct database
| # Nukes target database, for now : hsqldb, mysql, postgresql are the possible values | nukes.database=hsqldb | automatically handles all the mapping issues for you. once you run the build, the jbosscmp-jdbc.xml file is automatically created w/ the correct mappings inside. i don't think there is any way to automatically have the installer modify the datasource for us unless we have a way to write the file back out to the deploy directory (or just create it on the fly). everything should be able to be controlled cleanly through modification of the local.properties file. we could probably extend the build script to prompt a user for some input and use that to get the databse to use so ppl don't have to worry about editting that file. let me know if i'm off track on what you're looking for. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833634#3833634 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833634 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
