Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] WAR overlays in Jetty 9.1?

2013/12/6 Jan Bartel <janb@xxxxxxxxxxx>:
> Thanks for the test webapp. You'll need to declare your
> test.ContextListener in a web.xml to test.
> Even doing that, weld still need to apply this patch:
> https://github.com/weld/core/pull/431 to bring their impl up-to-date
> with the jetty-9.1 api.

Sure, I did all that locally. Injection works, just not in the
ServletContextListener.

> Its very late here, but I'll give some thought over the weekend to a
> better way that weld may be able to use to ensure that Listeners would
> be able to be injected when running in jetty.

Thanks, sounds good!

Klaus


Back to the top