Thomas Diesler created CAMEL-13094:
--------------------------------------
Summary: Context MBean not unregistered on startup failure
Key: CAMEL-13094
URL: https://issues.apache.org/jira/browse/CAMEL-13094
Project: Camel
Issue Type: Bug
Components: camel-core
Reporter: Thomas Diesler
Fix For: 3.0.0
In Camel-2.23.x a failure to start the context would call
ServiceSupport.doStop(). This is no longer the case. Instead, a
CamelContextStartupFailureEvent is thrown and services that might previously
has been started are never stopped.
As a result or (side effect) the context MBean may remain registered if the
startup failure occurred after its initial registration.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)