Is anyone out there using IBATIS + DBCP (I am using with an oracle 9 database).
When i use Spring to define my DBCP datasource, inserts do not show up in the database, though it is accessing the database and i can get oracle errors if i violate a primary key on the insert. My workaround has been to not define a datasource in Spring and set it in Ibatis sqlconfig file and then it works fine.
I am not sure how to track down what could be causing this problem as i have no errors.
And in spring if I use the DriverManagerDataSource or JNDI the inserts do work.
Any help would be appreciated.
Thanks,
David


Reply With Quote