Spring version 4.2.0, Hibernate 4.1.4 Here is my Controller function:
Controller
@RequestMapping(value = \"/mobile/getcomp\", method = Req
In my case I was using jackson-databind-2.8.8.jar that is not compatible with JDK 1.6 I need to use so Spring wasn't loading this converter. I downgraded the version and it works now.
jackson-databind-2.8.8.jar
JDK 1.6