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.
>>
&
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-
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