Upon trying to get my response in JSON using Spring 3.x, I get the 406 error \"The resource identified by this request is only capable
JSON
Spring 3.x
406 error
I had a similar problem, it got resolved when I added jackson-databind library.
jackson-databind
These are my dependencies:
org.codehaus.jackson jackson-mapper-asl 1.9.12 com.fasterxml.jackson.core jackson-databind 2.4.3