I\'m trying to migrate a web project off from Jersey to Spring MVC 3.0. The process was really straightforward up to the moment when I started to migrate the controllers sup
The above answer should correct, but be sure to remove from your XML configuration, otherwise the bean definition is overruled by the one part of the annotation-driven tag.
See the java docs and the source code for all the configuration you miss when this convenience tag is removed.