joerghoh / cq5-healthcheck

CQ5 Healthcheck code
Apache License 2.0
28 stars 15 forks source link

Handle gracefully situations when MBeans are not available #30

Open joerghoh opened 11 years ago

joerghoh commented 11 years ago

In many cases we have situations where 2 different processes interfere:

In case the config is handled first, it requires MBeans which are not there yet, resulting in errors and there's no recovery possible.

Therefor I will modify the MBeanStatusProvider like this: