-
Bug
-
Resolution: Done
-
Major
-
JBossAS-3.2.5 Final, JBossAS-4.0.0 Final, JBossAS-4.0.1RC1, JBossAS-3.2.6 Final, JBossAS-3.2.7 Final, JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1, JBossAS-4.0.2RC1, JBossAS-4.0.2 Final, JBossAS-4.0.3RC1
-
None
-
Compatibility/Configuration
If you invoke start() on an MBean without invoking create() first, the ServiceController should invoke
the the create() (if it has not been done already) for you (even if it is just a noop when it doesn't exist).
Otherwise create() on dependent services will not be invoked.
The same issue exists for destroy() without stop()