Class CallableProcessingInterceptor Not Found after update to 3.2.1.RELEASE
All I did was update to 3.2.1.RELEASE and now I am getting the following exception when I start up tomcat:
Code:
SEVERE: Exception starting filter Spring OpenEntityManagerInViewFilter
java.lang.NoClassDefFoundError: org/springframework/web/context/request/async/CallableProcessingInterceptor
at java.lang.Class.getDeclaredConstructors0(Native Method)
Any ideas what I might be doing wrong? I notice I only have spring-webmvc in my pom and that in 3.2.1 CallableProcessingInterceptor is in spring-web which is not in my pom. Did the dependencies change between 3.1 and 3.2?
Thanks in advance,
R.