2 Replies Latest reply on Jul 7, 2011 1:41 PM by lightguard

    GWT hosted mode with Weld and Seam 3

    ge0ffrey

      I trying to use Weld and Seam 3 in GWT hosted mode, but even though GWT hosted mode uses a Jetty server,
      the method org.jboss.weld.environment.servlet.Listener#findContainer decides it's a Tomcat server instead and uses Tomcat6Container instead of Jetty6Container.
      This is because gwt-dev apparently contains the class org.apache.catalina.core.ApplicationContextFacade in it's classpath (even though jetty is used).


      Is there any known workaround for that?