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

后端 未结 3 826
悲哀的现实
悲哀的现实 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: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.

提交回复
热议问题