This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 74392

Summary: MyFaces Context Listener Is Not Setup In web.xml for JBoss
Product: serverplugins Reporter: William Leonard <bleonard>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description William Leonard 2006-04-04 17:19:45 UTC
When deploying JSF apps to JBoss, the following needs to be added to web.xml:

<listener>       
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
</listener>

Otherwise deployment fails.
Comment 1 Sherold Dev 2006-04-19 10:26:17 UTC
-> jboss4
Comment 2 Libor Kotouc 2006-06-07 15:40:04 UTC
Listener registration is a part of the issue 70952

*** This issue has been marked as a duplicate of 70952 ***