We are trying to get DBUnit up and working within our environment on our local development systems. We are running sql server locally on our PC's and have created numerous schemas in trying to replicate the relational-like tables that exist on a mainframe(YUK). The problem I am running into appears to be, though not 100% certain, with the
JDBC driver for sql server 2000. I am getting a "NoSuchTableException" when I enter the SCHEMA.TABLE_NAME format in my seed-xml file and put in the SYSTEM.SETPROPERTY("dbunit.qualified.table.name", "true"); in my
test class in order for DBUNIT to recognize the format of using the SCHEMA.TABLE_NAME format before each column name. I am having to deal with testing multiple schemas in my select statements.
When I remove the SCHEMA.TABLE_NAME from the see-xml file then my DBUnit test runs fine but when I run it with the SCHEMA.TABLE_NAME it blows chow. Unfortunately I'm spinning my wheels now and could really use the input.
Any help or direction would be appreciated.
Regards.
[ May 02, 2006: Message edited by: Melinda Savoy ]