Hi: how can I start a fresh JVM for before each test, and shut down after it. so there is a fresh JVM for each test. our database clear up code isn't running correctly in surefire, but it runs ok in eclipse, which uses junit.
Thanks Junchen
