I am getting the exception mentioned below when i am trying to do call JDBCTemplate.batchUpdate:
java.sql.SQLException: Io exception: Connection reset
I am using connection pool : com.mchange.v2.c3p0.ComboPooledDataSource
Same code was working fine when i was doing simple insert but i started getting this exception when i started calling merge statement [Update and insert].
Can somebody please advise on this.
Thanks Lokesh