Daily Archives: March 22, 2007

Limitations when using DbUnit in multi-schema environment

DbUnit has a useful feature when using multiple schemas. After setting a property called http://www.dbunit.org/features/qualifiedTableNames, DbUnit will always refer to a fully qualified table name, using the schema in prefix, as expected. However, it has the side-effect that the schema … Continue reading

Posted in java, test | 1 Comment