java.lang.IllegalArgumentException: javax.faces.lifecycle.ClientWindowFactory

前端 未结 3 1945
心在旅途
心在旅途 2020-12-10 22:51

We\'ve been running a web app on a development server and recently somebody built a production server for us (with supposedly) the exact same tomcat config including the JSF

3条回答
  •  感动是毒
    2020-12-10 23:25

    I had this same error but using WildFly. Don't know why but, I couldn't see the CDI facet option to add to my project. So in order to suppress this error message I had to create the beans.xml manually inside WEB-INF folder.

    That was the content:

        
        
    

    cheers

提交回复
热议问题