java.lang.VerifyError: org/primefaces/behavior/confirm/ConfirmBehaviorHandler Wrong return type in function

后端 未结 3 803
悲哀的现实
悲哀的现实 2021-01-18 01:50

This morning (South African time), Maven downloaded the latest primefaces jar (version 5.3). While my project is setup in a manner that maven deploys the project to my Web C

相关标签:
3条回答
  • 2021-01-18 02:29

    I had the exact same error message. The problem was that there still was the old primefaces-5.2.jar in my WAR (pulled in by Maven in my case). After cleaning the whole project the problem was gone.

    So make sure that there is no older version of Primefaces hidden somewhere in your project or deployment.

    0 讨论(0)
  • 2021-01-18 02:37

    You must clean the logs, data and tmp folders on Wildfly. Additionally, you must verify in your WEB-INF/lib folder and erase all the libraries related to primefaces. Finally, run other time the Maven on the project.

    0 讨论(0)
  • 2021-01-18 02:44

    Try this: in eclipse in "servers" tab right-click on the Tomcat instance and click on "Clean Tomcat Work Directory ...".

    0 讨论(0)
提交回复
热议问题