Re: iBatis queryforList not working for dynamic Stored Proc

2009-12-07 Thread abdesai
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

Re: IBatis 3 Exceptions

2009-12-07 Thread Zach Visagie
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