Team, Do we have a standard way of propagating CDI contexts (request, session, application, singleton, conversation) and other threadlocal state from a parent thread say servicing a servlet request to its dispatched child runnable using the servlet 3.0 AsyncContext.startAsync or the WorkManager APIs.
I understand that the solution may be specific to individual containers like Tomcat, WebLogic, WAS etc ... Has anyone already solved this problem for their container ? Thought I would ask before fixing it in WAS. -cheers, Rohit Kelapure