Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Line break on first page is nice so i just read "Unable to deploy a war"... made me think... – BeowulfOF Sep 17 '09 at 7:15
@Ajay99: Sorry, I left my crystal ball at home today. Do you really expect us to diagnose your problem from that description? – skaffman Sep 17 '09 at 7:58

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.