Howard M. Lewis Ship | 2 Jun 2004 14:59
Picon
Gravatar

[VOTE] Release 1.0-beta-1

In my never-humble opinion, HiveMind 1.0 is ready to be released in beta form. The proposals page on
the wiki is full of suggestions for future improvements, but the core seems ready to go. Don't worry
... I don't see HiveMind having the same glacial release pace as Tapestry.

In all the fuss following the creation of the HiveMind project, we seem to be short a couple of
committers.  Here's the official list from the proposal:

Howard M. Lewis Ship <hlship <at> apache.org>
Prashant Nayak <prashant.nayak <at> webct.com>
Harish Krishnaswamy <hkrishnaswamy <at> comcast.net>
Knut Wannheden <knut.wannheden <at> paranor.ch>
Erik Hatcher <erik <at> ehatchersolutions.com>

--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
http://howardlewisship.com
Erik Hatcher | 2 Jun 2004 15:30
Favicon

Re: [VOTE] Release 1.0-beta-1

My apologies for not jumping into HiveMind yet.  I'm still swamped 
finishing up the Lucene book.  You'll see me sooner or later!

	Erik

On Jun 2, 2004, at 8:59 AM, Howard M. Lewis Ship wrote:

> In my never-humble opinion, HiveMind 1.0 is ready to be released in 
> beta form. The proposals page on
> the wiki is full of suggestions for future improvements, but the core 
> seems ready to go. Don't worry
> ... I don't see HiveMind having the same glacial release pace as 
> Tapestry.
>
> In all the fuss following the creation of the HiveMind project, we 
> seem to be short a couple of
> committers.  Here's the official list from the proposal:
>
> Howard M. Lewis Ship <hlship <at> apache.org>
> Prashant Nayak <prashant.nayak <at> webct.com>
> Harish Krishnaswamy <hkrishnaswamy <at> comcast.net>
> Knut Wannheden <knut.wannheden <at> paranor.ch>
> Erik Hatcher <erik <at> ehatchersolutions.com>
>
> --
> Howard M. Lewis Ship
> Independent J2EE / Open-Source Java Consultant
> Creator, Jakarta Tapestry
> Creator, Jakarta HiveMind
> http://howardlewisship.com
(Continue reading)

Stefan.Liebig | 3 Jun 2004 16:08
Picon
Favicon

ErrorHandler


I would need something similar to the error handler in hivemind.
Something like a problem handler, which could also be passed to the
RegistryBuilder like the ErrorHandler.
The ProblemHandler would get all problems reported during construction
of the registry. With that it would be possible to define custom
policies on how to deal with problems like
"No module has contributed a service constructor for service extension
point ...".
When running the appication in  a "strict mode" the problem handler
could throw a runtime exception to report a configuration error.

compeople AG
Untermainanlage 8
60329 Frankfurt

fon: +49 (69) 272218 - 0
fax: +49 (69) 272218 - 22
 email: stefan.liebig <at> compeople.de
home: www.compeople.de
Howard M. Lewis Ship | 3 Jun 2004 17:17
Picon
Gravatar

RE: ErrorHandler

Not a bad idea, i.e.

public interface ProblemHandler
{
  public void reportProblem(Log log, String message, Location location, Throwable exception);
}

Default impl will simply use the log; paranoid implementation will throw an
ApplicationRuntimeException.

--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
http://howardlewisship.com

> -----Original Message-----
> From: Stefan.Liebig <at> compeople.de [mailto:Stefan.Liebig <at> compeople.de] 
> Sent: Thursday, June 03, 2004 10:09 AM
> To: hivemind-dev <at> jakarta.apache.org
> Subject: ErrorHandler
> 
> 
> 
> I would need something similar to the error handler in hivemind.
> Something like a problem handler, which could also be passed to the
> RegistryBuilder like the ErrorHandler.
> The ProblemHandler would get all problems reported during construction
> of the registry. With that it would be possible to define custom
(Continue reading)

Stefan.Liebig | 4 Jun 2004 07:00
Picon
Favicon

RE: ErrorHandler


Yes, sounds good to me!

Stefan,
the paranoid :-)

compeople AG
Untermainanlage 8
60329 Frankfurt

fon: +49 (69) 272218 - 0
fax: +49 (69) 272218 - 22
email: stefan.liebig <at> compeople.de
home: www.compeople.de

-----"Howard M. Lewis Ship" <hlship <at> comcast.net> wrote: -----

To: <hivemind-dev <at> jakarta.apache.org>
From: "Howard M. Lewis Ship" <hlship <at> comcast.net>
Date: 03.06.2004 17:17
Subject: RE: ErrorHandler

Not a bad idea, i.e.

public interface ProblemHandler
{
public void reportProblem(Log log, String message, Location location,
Throwable exception);
}

(Continue reading)

Steve Gibson | 4 Jun 2004 20:57

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            	}

(Continue reading)

Johan Lindquist | 4 Jun 2004 21:00
Picon
Gravatar

Re: Bug database

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 <Steve.Gibson <at> 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 			{
(Continue reading)

jira | 4 Jun 2004 21:18
Picon
Favicon

[jira] Created: (HIVEMIND-3) DefaultSymbolSource does not implement listener interface

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Unassigned
   Priority: Major

    Project: HiveMind
 Components: 
             framework
   Versions:
             1.0

   Assignee: 
   Reporter: Steve Gibson

    Created: Fri, 4 Jun 2004 12:17 PM
    Updated: Fri, 4 Jun 2004 12:17 PM
Environment: 1.0-beta1 snapshot

(Continue reading)

jira | 4 Jun 2004 21:32
Picon
Favicon

[jira] Assigned: (HIVEMIND-3) DefaultSymbolSource does not implement listener interface

Message:

   The following issue has been re-assigned.

   Assignee: Howard M. Lewis Ship (mailto:hlship <at> apache.org)
---------------------------------------------------------------------
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
(Continue reading)

jira | 4 Jun 2004 21:32
Picon
Favicon

[jira] Closed: (HIVEMIND-3) DefaultSymbolSource does not implement listener interface

Message:

   The following issue has been closed.

   Resolver: Howard M. Lewis Ship
       Date: Fri, 4 Jun 2004 12:32 PM

Thanks for the heads up!
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

    Project: HiveMind
 Components: 
             framework
   Fix Fors:
             1.0
   Versions:
             1.0

(Continue reading)


Gmane