views:

513

answers:

2

While i am delpoying into jboss getting org.jboss.web.jsf.integration.config.JBossJSFConfigureListener exception

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

A: 

thanks, that was very helpful for me :).

ibrahim