Hi Jeff,
Thanks for the reply.
Actually, the issue was a bit different, but got resolved.
I had a stored proc which returned multiple data sets to iBatis, depending
on the optional parameters. However, only some of the data sets were being
captured by iBatis.
Later I observed that it was happe
We have a custom db connection pool which checks error codes/sql states
on the SQLException and determines whether a reconnect is necessary
(cheaper than running a validation query). But this happens behind the
scenes and not on the business layer.
Spring's DataAccessException hierarchy also w