[
https://issues.jboss.org/browse/AS7-5258?page=com.atlassian.jira.plugin.s...
]
Patrick Ruckstuhl commented on AS7-5258:
----------------------------------------
The issue is (afaik) that the interceptor is already called in the new thread, so there is
no way to access the MDC values from the caller.
MDC is lost during @Asynchronous EJB calls
------------------------------------------
Key: AS7-5258
URL:
https://issues.jboss.org/browse/AS7-5258
Project: Application Server 7
Issue Type: Feature Request
Components: Logging
Affects Versions: 7.1.2.Final (EAP)
Reporter: Patrick Ruckstuhl
Assignee: James Perkins
If I set a variable into the MDC, this is propagated fine through to synchronous EJB
calls, but is lost in asynchronous EJB calls.
Should the MDC not be copied over to the thread retrieved from the thread pool?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira