Hi,
I've searched the archive for a solution to my problem without result :
I'd like to test my DAO using dbUnit. I've setup an in memory HSQLDB in the test setUp() and it works fine, but the DB is started and created before every test is run (I'm using fork=true, maybee it can explain ?).
I'd like to setup my build process to startup the HSQLDB as Server in a parallel process and apply the schema as a test pregoal, and stop it as a postGoal. Having this, setUp() should only connect to running DB.
Does anyone use such a build scenario and can share maven.xml ?
Nico.
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
