]
Bartosz Baranowski updated WFLY-4211:
-------------------------------------
Affects Version/s: 9.0.0.Alpha1
MBean implementation lifecycle methods in MSC threads
-----------------------------------------------------
Key: WFLY-4211
URL:
https://issues.jboss.org/browse/WFLY-4211
Project: WildFly
Issue Type: Bug
Components: JMX
Affects Versions: 9.0.0.Alpha1
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Fix For: 9.0.0.Beta1
MBean lifecycle methods should not be invoked from MSC threads, the implementation of
these may block the thread, for instance due to a JNDI bind.