While i am delpoying into jboss getting org.jboss.web.jsf.integration.config.JBossJSFConfigureListener exception
views:
513answers:
2
A:
comment out the following lines from the jbossweb.deployer/conf/web.xml:
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
com.sun.faces.application.WebappLifecycleListener
JARs being included in our application are the Sun RI JSF and EL JARs:
jsf-impl-1.1_02.jar jsf-api-1.1_02.jar el-api-1.0.jar el-ri-1.0.jar
Tell me if this helps.
~ Bharat
HCL Technologies