]
Eduardo Martins updated WFLY-12039:
-----------------------------------
Summary: Non EE Component submitted tasks missing context class loader (was: (7.2.z)
EE concurrent threads miss having correct context class loader)
Non EE Component submitted tasks missing context class loader
-------------------------------------------------------------
Key: WFLY-12039
URL:
https://issues.jboss.org/browse/WFLY-12039
Project: WildFly
Issue Type: Enhancement
Components: Concurrency Utilities
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Blocker
Labels: regression
Peeking at the context class loader from code running in an EE concurrent thread results
in {{null}} as opposed to the class loader submitting the task.
EAP 7.2.1
{noformat}
18:48:37,385 ERROR [stderr] (pool-8-thread-1) **** ModuleClassLoader for Module
"deployment.ba192ed9-650f-4239-9551-adeb19f3f640.jar" from Service Module
Loader
18:48:37,388 ERROR [stderr] (pool-8-thread-1) ***** null
{noformat}
EAP 7.2.0
{noformat}
19:05:43,353 ERROR [stderr] (pool-7-thread-1) **** ModuleClassLoader for Module
"deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module
Loader
19:05:43,356 ERROR [stderr] (pool-7-thread-1) ***** ModuleClassLoader for Module
"deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module
Loader
{noformat}