Actually I think it should go in the container specific deployment descriptions that are being assembled in the wiki. We're trying to push people there for the specifics on their container.
sean On 9/23/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > No, I haven't done anything with the RI. It's definitely a problem > with jetty 5.1.3. I don't see anything in the release notes for > 5.1.4 or 5.15 addressing it either. > > Sounds like it should be documented somewhere as a potential problem, > even though most containers support it, and even though Myfaces throws > a really good error about it when it's missing. > > Probably as a note in http://myfaces.apache.org/gettingstarted.html > under "Using MyFaces in your own web application" > > The listener should probably be included in the example files > commented out and documented as "potentally needed under some > containers." > > > On 9/23/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > On 9/23/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > > [Resending. Seems like there's a 50/50 chance of responding to an > > > individual rather than the list when using gmail.] > > > > well, this seams to be a google mail thing... > > I have sometimes the same issue. > > > > However, I haven't tried MyFaces w/ Jetty so perhaps it is possible, > > that Jetty does not "see" the Listener declared in tlds. > > > > However, have you tried RI w/ Jetty? Since the sun guys are also > > declaring their Listener in tld file. > > > > -Matthias > > > > > Thanks, Matthias. > > > > > > The reason I was asking is that I just tried running the latest svn > > > code in jetty 5.1.3 (via the Eclipse jetty launcher plugin), and I got > > > the missing StartupServletContextListener error. > > > > > > It sounds like you're saying that this error can be expected under > > > some containers. > > > > > > I also wonder what is expected behavior if we're using facelets or > > > another alternate view handler that may not necessarily process the > > > tld files. > > > > > > Seems like this needs to be documented somewhere if that's the case. > > > > > > On 9/23/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > > Mike, > > > > > > > > this is now solved. It is defined in core-tld file, like the RI does. > > > > Some containers had had problems w/ listeners inside tld files, so now > > > > it will be ok to have it there. > > > > > > > > -Matthias > > > > > > > > On 9/23/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > > > > Is it intentional that the example web.xml files are all missing the > > > > > StartupServletContextListener listener? > > > > > > > > > > <listener> > > > > > > > > > > <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class> > > > > > </listener> > > > > > > > > > > > > > > > > > -- > > > > Matthias Wessendorf > > > > Zülpicher Wall 12, 239 > > > > 50674 Köln > > > > > > > > > > > > > -- > > Matthias Wessendorf > > Zülpicher Wall 12, 239 > > 50674 Köln > > >

