hivemind

How can I make Eclipse provide more help with Hivemind configuration files?

A project I work on uses Apache Hivemind to do dependency injection for our app. We have various Hivemind configuration files that define service points, configuration points, etc. And if a developer erroneously edits one of these Hivemind config files, the error is only revealed at runtime. In Eclipse the hivemind config files are tre...

RegistryShutdownListener throws exception

acording to the docs on service lifecycle i should be able to implement RegistryShutdownListener and tidy up my resources (in this case, shutdown a threadpool) however it is throwing an exception and seems to be trying to re-initialise my service in order to perform the shutdown listener!? 2010-01-14 10:59:01,750 [main] ERROR org.apache...