Results 1 to 2 of 2

Thread: Class CallableProcessingInterceptor Not Found after update to 3.2.1.RELEASE

  1. #1
    Join Date
    Jan 2013
    Posts
    10

    Exclamation 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.

  2. #2
    Join Date
    May 2011
    Location
    Vitebsk, Republic of Belarus
    Posts
    4

    Default

    Right. In 3.2.1.RELEASE the dependencies were broken. Read about it here https://jira.springsource.org/browse/SPR-10218

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •