Re: [appfuse-user] How to avoid maven-appfuse not deleting the database on every build

2007-05-28 Thread Balaji D Loganathan
ou'll probably want to change > CLEAN_INSERT to something else as well. > > Matt > > On 5/25/07, nmall <[EMAIL PROTECTED]> wrote: >> >> If you add createDatabaseIfNotExist to your jdbc.url as below , it >> creates it >> only if it does not exist. >> &

Re: [appfuse-user] How to avoid maven-appfuse not deleting the database on every build

2007-05-25 Thread Balaji D Loganathan
Thanks Luke, Thats help. Just wondering is there is a way where I can still run the unit tests and integration tests without clearing the database ? For unit test we use inmemory hsql db, so thats not an issue. Thanks, Balaji -- View this message in context: http://www.nabble.com/How-to-avoid-

[appfuse-user] How to avoid maven-appfuse not deleting the database on every build

2007-05-25 Thread Balaji D Loganathan
Hi, Hope this question is not asked already. (i did searched). :) I am using appfuse-spring-basic and every time i build my app using mvn clean package, its dropping the entire database tables (app_user, role & my tables) and creating a new one with new datas. I would like to have the tables not