| Author |
JdbcTemplate and IllegalArgumentException
|
Deepaks Deshpande
Ranch Hand
Joined: Dec 06, 2007
Posts: 95
|
|
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
|
Regards,
Deepak
|
 |
Deepaks Deshpande
Ranch Hand
Joined: Dec 06, 2007
Posts: 95
|
|
I have solved the problem my self. In my DaiOmpl class I was trying to extend the JdbcTemplate class. It was quite silly of me to have done that.
Thank you.
|
 |
 |
|
|
subject: JdbcTemplate and IllegalArgumentException
|
|
|