In one of the postings, the bug database was mentioned.
I don't see HiveMind in the Apache Bug Database. Where do I look?
I am just checking if the bug in the framework hivemodule.sdl is known.
Specifically line 107:
service-point (id=FactoryDefaultsSymbolSource
interface=org.apache.hivemind.SymbolSource)
99 {
100 description { "SymbolSource implementation
driven by the FactoryDefaults configuration point." }
101
102 invoke-factory (service-id=BuilderFactory)
103 {
104 hlship 1.5 construct
(class=org.apache.hivemind.service.impl.DefaultsSymbolSource
log-property=log initialize-method=initializeService)
105 hlship 1.1 {
106 set-configuration
(configuration-id=FactoryDefaults property=defaults)
107 hlship 1.5 event-listener
(service-id=ShutdownCoordinator)
108 hlship 1.1 }
109 }
110 }
I get the error message (with the beta1-snapshot build):
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)>.
I was getting sick of seeing it, looked in CVS and decided to check.
To me, it looks like a change didn't make it before a commit. Log entry
on DefaultSymbolSource includes message:
Move RegistryShutdownListener interface into the
org.apache.hivemind.events package.
Sorry for the verbosity,
Steve Gibson
Software Engineer
COWWW Software
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]