This content has been marked as final.
Show 1 reply
-
1. Re: Creating a new Thread with CDI
mkouba Apr 14, 2016 3:00 AM (in response to kalaivani_s)Hi,
which CDI scope exactly do you need? Application scope and @Dependent should work in manually created threads. Request, session and conversation scopes probably do not make much sense here - as you mentioned, there is no associated request or HTTP session.