我尝试将一个带有JSF 1.2的应用程序部署到TomEE 1.7.1 Web Profile,当然因为TomEE中的JSF 2.0-Libs而得到例外......
根据文章Is it possible to deploy JSF MyFaces 1.1.5 applications to TomEE,我从TomEE lib目录中删除了以下库: - myfaces-api-2.1.15.jar - myfaces-impl-2.1.15.jar
启动应用程序时,我得到:
SEVERE: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoClassDefFoundError: javax/faces/application/ApplicationWrapper
有没有办法为每个应用程序禁用JSF 2.x支持?