Re: [appfuse-user] Multiple Databases and DAO Layer Testing

2006-12-04 Thread Matt Raible
Have you tried searching/asking this question on the DbUnit mailing list? They might have more experience trying to accomplishing such a feat. Matt On 12/4/06, Christopher Thaddeus Kwiatkowski <[EMAIL PROTECTED]> wrote: Hello all, I have a situation where I need to create 5 local test database

[appfuse-user] Multiple Databases and DAO Layer Testing

2006-12-04 Thread Christopher Thaddeus Kwiatkowski
Hello all, I have a situation where I need to create 5 local test databases that mirror 5 databases in a production environment. I modified the metadata/sql/mysql-create.sql file so that the 5 databases are created and 'test' is given privileges to all of them. I want to be able to use DB-UNI