Message: The following issue has been re-assigned.
Assignee: Howard M. Lewis Ship (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/HIVEMIND-3 Here is an overview of the issue: --------------------------------------------------------------------- Key: HIVEMIND-3 Summary: DefaultSymbolSource does not implement listener interface Type: Bug Status: Open Priority: Major Project: HiveMind Components: framework Fix Fors: 1.0 Versions: 1.0 Assignee: Howard M. Lewis Ship Reporter: Steve Gibson Created: Fri, 4 Jun 2004 12:17 PM Updated: Fri, 4 Jun 2004 12:31 PM Environment: 1.0-beta1 snapshot Description: Any time the registry is constructed, I get the error message: 2004-06-04 14:27:29,095 org.apache.hivemind.service.impl.EventLinkerImpl [ERROR] [EMAIL PROTECTED] (at jar:file:/C:/Documents%20and%20Settings/steveg/dev/cowww/lib/hivemind-1.0.beta-1-snapshot.jar!/META-INF/hivemodule.sdl, line 107, column 27) does not implement any listener interfaces compatible with <SingletonProxy for hivemind.ShutdownCoordinator(org.apache.hivemind.ShutdownCoordinator)>. hivemodule.sdl (from framework) version 1.7: service-point (id=FactoryDefaultsSymbolSource interface=org.apache.hivemind.SymbolSource) { description { "SymbolSource implementation driven by the FactoryDefaults configuration point." } invoke-factory (service-id=BuilderFactory) { construct (class=org.apache.hivemind.service.impl.DefaultsSymbolSource log-property=log initialize-method=initializeService) { set-configuration (configuration-id=FactoryDefaults property=defaults) event-listener (service-id=ShutdownCoordinator) } } } org.apache.hivemind.service.impl.DefaultSymbolService version 1.2 does not implement the interface, though the CVS log for this revision includes the message: Move RegistryShutdownListener interface into the org.apache.hivemind.events package. My guess is that the RegistryShutdownListener code was not added to this class before the commit --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
