struts 2.3.16.1 upgrades giving TypeMismatchException for struts xwork and SimpleMessageListenerContainer in Spring framework

后端 未结 2 903
粉色の甜心
粉色の甜心 2021-01-22 01:07

I have been upgraded from struts 2.0 to 2.3.16.1 for get the latest security fixes in struts to my web application

when I upgraded deployed in tomcat server it gives fo

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-22 01:47

    I guess this has something to do with wrong libraries.

    Check out carefully the Struts2 project dependencies.

    This

    
        com.opensymphony
        xwork
        2.1.3
    
    

    Should be 2.3.16.1 like the others for example...

提交回复
热议问题