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 - MyFaces Context Listener Is Not Setup In web.xml for JBoss
Summary: MyFaces Context Listener Is Not Setup In web.xml for JBoss
Status: RESOLVED DUPLICATE of bug 70952
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 17:19 UTC by William Leonard
Modified: 2006-06-07 15:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***