[OJB-developers] Informix setup
Brought to you by:
thma
From: Domagoj J. <do...@la...> - 2002-06-03 15:28:46
|
Hi guys I have modified switches to use Informix. I have modified db-setup.sql with my connection string for informix. Setup of db goes well (Tables in my db are created by ant calling of ScriptTool.class), but junit tests are failing with messages "Table not found" (mostly at : ojb.broker.accesslayer.JdbcAccess.executeQuery(JdbcAccess.java:199) ). But the tables are in the db, what's wrong, I just have no idea. PLEASE just shoot some ideas what to check ...... If someone wants to look "ant -debug junit" printout it is in attacment. |