Konstantin Gribov In the mean time, you could try a temporary workaround - add a service provider of the service org.jboss.weld.environment.Container in META-INF/services. These providers should be always checked first (so if its touch() method returns true its taken). You could simply extend JettyContainer and implement any "detection logic".
|