]
Bartosz Baranowski resolved WFLY-4211.
--------------------------------------
Resolution: Done
PR has been merged(2/1/2015), resolving as such.
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.