Vamsee Kanakala wrote:
I have this error when I'm trying to do some inserts through my application:
DBCP object created 2005-02-04 16:19:47 by the following code was never closed:
Sorry, my bad. I should've read the manual properly. I called sqlMap.commitTrasaction, but forgot to call sqlMap.endTransaction for some inserts.
Thanks, Vamsee.