Skip to content

Instantly share code, notes, and snippets.

@mathieuancelin
Created September 15, 2011 08:05
Show Gist options
  • Save mathieuancelin/1218790 to your computer and use it in GitHub Desktop.
Save mathieuancelin/1218790 to your computer and use it in GitHub Desktop.
public class WeldListener extends AbstractServletListener
{
...
@Override
public void requestInitialized(ServletRequestEvent event)
{
String contextId = (String) event.getServletContext().getAttribute(Container.CONTEXT_ID_KEY);
...
this.requestContextCache = Container.instance(contextId).deploymentManager().instance().select(HttpRequestContext.class).get();
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment