Should I file an issue somewhere? Or is this a known issue with jetty 9? thanks ryan
On Wed, Oct 24, 2012 at 5:27 PM, Al Eridani <[email protected]> wrote: > On Wed, Oct 24, 2012 at 4:00 PM, Ryan McKinley <[email protected]> wrote: >> I have an embedded application that runs great with jetty 8 -- I just >> tried running with jetty 9, and things fail with an error from Spring >> about ContextLoaderListener? >> >> Is there something different about context loaders in jetty 9 / >> servlets 3.1? I have: >> >> <listener> >> <listener-class>my.company.MyContextLoaderListener</listener-class> >> </listener> >> >> it does not appear to get called > > It seems to be a recurring problem. A couple of months ago I had to fix the > fact that Jetty 5.1 did the same thing. > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
