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?

Filed a few more Jetty side issues around CDI ...

CDI improvement issues filed.

Servlet
https://bugs.eclipse.org/423361 - CDI / Servlet Listeners should be created via ServletContextHandler.createInstance(Class)

java.websocket (JSR-356)
https://bugs.eclipse.org/423336 - CDI / WebSocket / JSR / New Endpoints should be created via ServletContextHandler.createInstance(Class)
https://bugs.eclipse.org/423363 - CDI / WebSocket / JSR / New Decoders should be created via ServletContextHandler.createInstance(Class)
https://bugs.eclipse.org/423364 - CDI / WebSocket / JSR / New Encoders should be created via ServletContextHandler.createInstance(Class)
https://bugs.eclipse.org/423365 - CDI / WebSocket / JSR / New ServerEndpointConfig.Configurators should be created via ServletContextHandler.createInstance(Class)
https://bugs.eclipse.org/423367 - CDI / WebSocket / JSR / New ServerApplicationConfig objects should be created via ServletContextHandler.createInstance(Class)



--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Thu, Dec 5, 2013 at 11:30 AM, Klaus Brunner <klaus.brunner@xxxxxxxxx> wrote:
2013/12/5 Joakim Erdfelt <joakim@xxxxxxxxxxx>:
> Can you expand on this ...
>
> "Except of course for the longer-standing problem of no
> injection in Listeners...it would be fantastic if that could be done."
>
> Is there a WELD or Jetty bug filed about this?

Well, sort of. There's this in the documentation at
http://www.eclipse.org/jetty/documentation/current/framework-weld.html
:

"At the moment, only filters and servlets are supported for CDI with
Weld. ServletContextListeners can not be configured with CDI (until we
sort out the proper solution to the issue)."


Klaus
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top