Hi Joachim, On 23 Oct 2007 at 18:03, Joachim Ansorg wrote:
> thanks for the help. This is a big step forward to a good solution to my > problem. Glad it helped. > The remaining problem is that the unit tests, which are executed in each > profile overwrite the data which is used by the web application, i.e. > all settings made in the app are reset to the default-data data. > > Did you solve that problem somehow or do you just skip the tests in env-dev? That's evidently by design. For tests to work reliably they have to have the DB in a known state. For many of my development iterations, I skip the tests using -Dmaven.test.skip=true I find it's usually a good plan to re-run the tests every now and then, it's amazing where those little buglets will pop up! Cheers, Rob Hills Waikiki, Western Australia Mobile +61 (412) 904-357 Fax: +61 (8) 9529-2137 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
