Please add this as a bug. Also, we should compile HiveMind with debugging code enabled, that's an oversight. I missed that, because I do most of my work inside Eclipse.
-- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com > -----Original Message----- > From: Domsch, Christian [mailto:[EMAIL PROTECTED] > Sent: Friday, June 25, 2004 8:52 AM > To: HiveMind-User (E-Mail) > Subject: RegistryShutdownListener > > > Hello, > > I do have a little problem with HiveMinds RegistryShutdownListener. As > stated in the documentation, every core service implementation that > additionaly implements the RegistryShutdownListener interface will be > informed upon the registry shutdown. So far so good. But my > service never > gets informed about that. I did implement the interface, but > when i shutdown > the registry the method never gets called. > > When I step through the code (yeah i did the nasty ant script hack and > recompiled myself with debug=on :-), I see that my service > should get called > in ShutdownCoordinatorImpl in line 85 of method > #shutdown(RegistryShutDownListener). But when I try to step into the > listener call nothing happens. I know that my debugger cannot > step into > there, because that is a dynamic created class of type > SingletonProxy. But > the registryDidShutdown() method of my service never gets > called. Somewhere > inside the SingletonProxy the call to my service gets lost. > > Or did I do sth wrong? > > Greetings, > > Christian Domsch > Anwendungsentwickler > > Entire Software AG > > Lise-Meitner-Stra�e 14 > > D-89081 Ulm > > > > Tel: +49 7 31 9 74 95-4 83 > > Fax: +49 7 31 9 74 95-20 > > Mailto:[EMAIL PROTECTED] > > > > http://www.entire.de > > > > > > --------------------------------------------------------------------- > 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]
