You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by Schulte Marcus <ma...@bmw.ch> on 2006/08/15 11:34:01 UTC

registryDidShutdown not called on Singleton-ServiceFactory

With hivemind 1.1.1, I have to add something like this:
   
        shutdownCoord.addRegistryShutdownListener( this );
 
to my ServiceImplementationFactories constructor to get its
registryDidShutdown() method called.
Of course the CSI implements RegistryShutdownListener ...
service-model is "singleton" btw.
 
Seemed odd to me...
 
Thanks for any hints,
Marcus