UnsatisfiedLinkError with the DB2 driver
March 20th, 2009
Applies to:
DBUnit
Description:
Occurs when using DBUnit with the DB2 driver
Cause:
JDBC 2.0 is not installed.
Applies to:
DBUnit
Description:
Occurs when using DBUnit with the DB2 driver
Cause:
JDBC 2.0 is not installed.
JAVA-DBUnit db2 unsatisfied, error, j, lrm-00118: syntax error at '=' at the end of input, unsatisfied, unsatisfiedlinkerror
DbUnit uses JDBC 2.0 features (batch updates). By default, DB2 installs the JDBC 1.0 driver. You have to install the JDBC 2.0 driver for DbUnit to work, or you will get an UnsatisfiedLinkError from the DB2 JDBC 1.0 driver.