I am new to Spring and have encountered a perplexing error.
On line 423 of JDBCTemplate.class I am experiencing a TargetInvocationException after the releaseConnection method finishes. In other words --
I am doing a step though using eclipse. After I return from releaseConnection and try and step over line 423 the TIE is triggered. The target is null so I am getting no info about what has happened.
Any tips on how to resolve this?
What further info would help diagnose the problem?