Hi guys,

reading concurrency utilities i understand the container should propagate the caller "context" (no link with cdi contexts) but it doesn't defined explicitly what it is. So here is the question: are CDI contexts (scopes) included in this "context"? - i think to request, session, conversation scopes in particular.

Since you can submit a request scope bean (bad idea but allowed explicitely) i tend to think it should be done but then the request scope is broken (since that's a thread scope by design) so not sure where is the issue if there is one or if i missed something.

Any idea?

Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau