|
It seems you're using SE (org.jboss.weld.environment.se.WeldContainer) and Servlet (org.jboss.weld.environment.servlet.Listener) support in the same time. However, these extensions were not designed to cooperate. Have you tried to only use one of them? I would try the servlet container support and start the Jetty instance without CDI.
|