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

