This exception is thrown by {@link org.dbunit.dataset.IDataSet} when multiple tableshaving the same name are accessible. This usually occurs when the database connection have access to multiple schemas containing identical table names.
Possible solutions: 1) Use a database connection credential that has access to only one database schema. 2) Specify a schema name to the {@link DatabaseConnection} or{@link DatabaseDataSourceConnection} constructor.3) Enable the qualified table name support (see How-to documentation).
Another common reason for this exception to be thrown is when an XML file contains the same table multiple times whereas a different table is between the definition of the duplicate table.
@author Manuel Laflamme
@author Last changed by: $Author: gommma $
@version $Revision: 820 $ $Date: 2008-09-29 23:12:02 +0200 (lun, 29 set 2008) $
@since 1.0 May 1, 2002