I need to clear and initialize a database prior to running our integration tests, so I can have a reliable dataset during the test cases.
Are there any suggestions as to plugins or best practices for managing the cleaning and initialization of database contents prior to integration testing? I've considered, but rejected, DBunit since the dbunit plugin doesn't apparently exist for Maven2 and the sql-maven-plugin, which I haven't yet rejected but fear the work required to maintain the insert statements through evolutionary schema changes. I'm running Maven2 against an Oracle database. Thanks, -jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
