You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by Steve Gibson <St...@cowww.com> on 2004/06/04 20:57:30 UTC

Bug database

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] org.apache.hivemind.service.impl.DefaultsSymbolSource@f8968f (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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


Re: Bug database

Posted by Johan Lindquist <jo...@kawoo.co.uk>.
The bug database is kept in the Apache Jira -  
http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10500

Cheers,

Johan

On Fri, 4 Jun 2004 14:57:30 -0400, Steve Gibson <St...@cowww.com>  
wrote:

> 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] org.apache.hivemind.service.impl.DefaultsSymbolSource@f8968f (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: hivemind-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org
>
>
>



-- 
you too?


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org