Description
I just updated from CVS and now get a SEVERE error in the log:
SEVERE: Replacing ServiceSerializationSupport instance RegistryInfrastructureImpl[locale=en_US] with RegistryInfrastructureImpl[locale=en_US]; this indicates that multiple HiveMind Registies have been created, and conflicts may occur.
This is caused by the use of a singleton in ServiceSerializationHelper. I started poking around and started scratching my head over this one.
I have a need for multiple registries, and this puts a severe cramp in my usage of Hivemind. Is this a feature which can be seperated? Can we get rid of this singleton and move it to the RegistryImpl?
I'd really hate to have to run with a hacked version. . .