java.lang.IllegalStateException: Ambiguous mapping found. Cannot map 'roleTaskListController' bean method
public com.hp.dsm.usermgmt.model.Role com.hp.dsm.usermgmt.web.RoleTaskListController.listTask(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
to {[/usermgmt/listTask],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}: There is already 'roleTaskListController' bean method
protected java.util.Map com.hp.dsm.usermgmt.web.RoleTaskListController.referenceData(javax.servlet.http.HttpServletRequest) throws java.lang.Exception mapped.
- The above is the log snippet.
- I do not have any duplicate mappings and the spring version I am using is Spring 3.2.1