this is my first mybatis spring mvc application using spring 3.2.4, mybatis-spring-1.2.1
When i try to call my webservice i get the error::
org.spri
In my case it was a typo error in the id of the mapper xml statement e.g.
List getData()
After changing the id in the XML to the correct function name it worked.