posted 11 years ago
Hey guys,
I am trying the JdbcTemplate example given in the Spring in Action book. My classes are the following
My application context file [named as springapp-servlet.xml] is :
And my main class is :
When ever I execute this class i am getting the following error and i am not able to know the reason for the error.
Please tell me whats the reason for this error and how am i going to resolve it. Thank you