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
In order for
to work you have to remove/comment out the
and any other mvc: configurations defined as they override your custom bean declarations.