<mvc:annotation-driven/>并且
AnnotationMethodHandlerAdapter不能一起使用。(参考:spring论坛主题)。可能的解决方案
不要使用
<mvc:annotation-driven/>
。声明bean:DefaultAnnotationHandlerMapping
和AnnotationMethodHandlerAdapter
其他设置,如验证,格式化。使用spring 3.1,它具有
<mvc:message-converters>
(ref:Spring jira)



