AbstractMethodError on deploying Spring 4.0 in Tomcat 6

前端 未结 2 845
予麋鹿
予麋鹿 2020-12-01 08:59

I am getting below exception on deploying Spring 4.0.1 app in Tomcat 6.0.37:

SEVERE: Exception sending context initialized event to listener instance of clas         


        
2条回答
  •  攒了一身酷
    2020-12-01 09:26

    Check to see if there are multiple references to validator in your pom file

    
    
        org.hibernate
        hibernate-validator
        ${hibernate-val.version}
    
    

提交回复
热议问题