Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Which SQL DB and driver are you using ? Take a look at stackoverflow.com/questions/2327220/… if you're using Oracle – nos Nov 4 '11 at 14:51
Thanks a lot it was indeed driver issue :). After adding ojdbc14 it got resolved. – loki Nov 4 '11 at 16:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.