What version of the code are you using? I think the multiple registries bug has been fixed in HM 1.1.
-----Original Message----- From: Dmitry Kozakov [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 12:16 PM To: [email protected] Subject: Registry hierarchies Good day. I have a little question. How much HiveMind has static objects? I want to write some container (some thing like Plexus or Phoenix) based on HiveMind. But during code hacking I saw * This instance is stored into * [EMAIL PROTECTED] ServiceSerializationHelper#setServiceSerializationSupport(ServiceSerializati onSupport)}. * This may cause errors (and incorrect behavior) if multiple Registries exist in a single JVM. in the RegistryInfrastructureImpl. My idea was very simple to rewrite RegistryInfrastructureImpl which will delegate search and get methods to the parent if it cannot do itself. Can I do this (I do not keep in mind startUp service and ShutdownCoordinator) or there are no any guarantees that Registry will not be corrupted. I wrote some tests for hierarchy they are worked but I am newbie in the HiveMind and I am not sure that I included all possibilties Best Regards Dmitry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
