[
https://issues.jboss.org/browse/WFLY-5975?page=com.atlassian.jira.plugin....
]
Iaroslav Savytskyi edited comment on WFLY-5975 at 1/12/16 9:25 AM:
-------------------------------------------------------------------
[~swd847], thanks for response. Stuart, what is the proper way to propagate data to new
request scope? Is it possible to some how fill it? E.g. security context should be the
same, etc.
Thank you.
was (Author: yaroska):
[~swd847], thanks for response. Stuart what is the proper way to propagate data to new
request scope? Is it possible to some how fill it? E.g. security context should be the
same, etc.
Thank you.
@RequestScoped context lost in @Asynchonous calls
-------------------------------------------------
Key: WFLY-5975
URL:
https://issues.jboss.org/browse/WFLY-5975
Project: WildFly
Issue Type: Bug
Components: CDI / Weld, EJB
Affects Versions: 9.0.2.Final
Reporter: Iaroslav Savytskyi
Assignee: Stuart Douglas
Attachments: async_req_test.7z
According to CDI spec 1.2 (
http://docs.jboss.org/cdi/spec/1.2/cdi-spec.html#request_context) request scope should be
active during any async calls. But in fact for every thread new request scope created and
original data are lost.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)