Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
56 views

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 ...
0
votes
0answers
38 views

Hivemind outsourcing settings for OC4J

I'm upgrading my old application (using Ant, and OC4J Hivemind) for the structure of the eclipse using Maven. The web application has its hivemodule.xml containing environment settings in which the ...
0
votes
1answer
110 views

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 ...