I'm using the Errai Framework on an embedded Jetty setup and running a Weld-SE environment.
The Errai framework uses PicketLink for security, which in turn scopes some key beans in the @RequestScoped. As a result, I am encountering "No active contexts for scope errors" when making calls to the security API.
My questions is how can I tap into the Jetty and/or Errai APIs to manually initialize the RequestScope on the right thread for my environment ?
For anyone stumbling across this it is possible to start the @RequestScope inside a Filter :