Top "Weld-se" questions

No active contexts for scope type javax.enterprise.context.RequestScoped when invoking a bean from a thread

While using Weld-SE 2.1.2.Final to obtain a bean and to invoke it from a thread, I encounter the following exception: …

java multithreading cdi weld-se