[weld-commits] [weld/core] 994a68: WELD-934 Weld servlet should not crash when bootin...

noreply at github.com noreply at github.com
Thu Jul 14 03:33:55 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/weld/core

  Commit: 994a682aa4a6bf4362ec4fcbce1600e6fbbcc765
      https://github.com/weld/core/commit/994a682aa4a6bf4362ec4fcbce1600e6fbbcc765
  Author: Geoffrey De Smet <gds.geoffrey.de.smet at gmail.com>
  Date:   2011-07-14 (Thu, 14 Jul 2011)

  Changed paths:
    A environments/servlet/core/src/main/java/org/jboss/weld/environment/gwtdev/GwtDevHostedModeContainer.java
  M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/Listener.java

  Log Message:
  -----------
  WELD-934 Weld servlet should not crash when booting in GWT dev hosted mode

When running in GWT dev hosted mode, there are some tomcat classes on the classpath, which confuse weld into using the wrong container.
In fact, GWT dev hosted modes is in fact a separate container (a customized variant of the Jetty 6 container).




More information about the weld-commits mailing list