hlship | 1 Jul 2005 11:40
Picon
Favicon
Gravatar

[GUMP <at> vmgump]: Project jakarta-hivemind-compile (in module jakarta-hivemind) failed

To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general <at> gump.apache.org.

Project jakarta-hivemind-compile has an issue affecting its community integration.
This issue affects 4 projects,
 and has been outstanding for 10 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jakarta-hivemind :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-compile :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-library :  HiveMind is a services and configuration
    microkernel
    - jakarta-tapestry :  Component-based web application framework organized around i...

Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on javacc exists, no need to add for property javacc.home.
 -INFO- Failed with reason build failed

The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/gump_work/build_jakarta-hivemind_jakarta-hivemind-compile.html
(Continue reading)

Howard Lewis Ship | 1 Jul 2005 16:04
Picon
Gravatar

HiveBuild changes

Just checked in some changes to the HiveBuild scripts used by HiveMind
and Tapestry.

The changes move all the "action" out of the workspace and under
${java.io.tmpdir}.

By "action" I mean the target directories; all the compiled classes,
etc.  Javadoc.  Forrest HTML output. Etc.

I think this will make development easier; it means that Eclipse has
to manage and index far, far fewer files.

What's left?

${root}/target/*.jar -- derived jars
${root}/ext-lib -- unchanged; this is where files downloaded from
ibiblio are stored
${root}/target/dist -- distributions ready for upload
${root}/target/forrest-composite -- Composite site built by Forrest

The last one is a pain; Forrest imposes it on us.

--

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

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com
(Continue reading)

hlship | 1 Jul 2005 17:59
Picon
Favicon
Gravatar

[GUMP <at> vmgump]: Project jakarta-hivemind-compile (in module jakarta-hivemind) failed

To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general <at> gump.apache.org.

Project jakarta-hivemind-compile has an issue affecting its community integration.
This issue affects 4 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jakarta-hivemind :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-compile :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-library :  HiveMind is a services and configuration
    microkernel
    - jakarta-tapestry :  Component-based web application framework organized around i...

Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on javacc exists, no need to add for property javacc.home.
 -INFO- Failed with reason build failed

The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/gump_work/build_jakarta-hivemind_jakarta-hivemind-compile.html
Work Name: build_jakarta-hivemind_jakarta-hivemind-compile (Type: Build)
(Continue reading)

hlship | 2 Jul 2005 11:39
Picon
Favicon
Gravatar

[GUMP <at> vmgump]: Project jakarta-hivemind-compile (in module jakarta-hivemind) failed

To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general <at> gump.apache.org.

Project jakarta-hivemind-compile has an issue affecting its community integration.
This issue affects 4 projects,
 and has been outstanding for 4 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jakarta-hivemind :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-compile :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-library :  HiveMind is a services and configuration
    microkernel
    - jakarta-tapestry :  Component-based web application framework organized around i...

Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on javacc exists, no need to add for property javacc.home.
 -INFO- Failed with reason build failed

The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/gump_work/build_jakarta-hivemind_jakarta-hivemind-compile.html
(Continue reading)

Howard Lewis Ship | 2 Jul 2005 22:50
Picon
Gravatar

Re: About Interception

The Javassist approach is very powerful and minimizes both reflective
access and memory useage.  It also means that Hotspot can get in there
are optimize things in a way not so possible with proxies.

The full story, of course, involves Tapestry.  Tapestry was already
using Javassist to enhance abstract classes, and I was able to
re-forumulate much of that behavior into HiveMind.  It does come down
to "whatever works for you" however, and the APIs are agnostic.

The bytecode approach was very useful when it came to getting beans
(w/o interfaces) working with interception.

On 7/1/05, James Carman <james <at> carmanconsulting.com> wrote:
>  
>  
> 
> I was trying to find the benchmark that he did a while back.  But, I
> couldn't.  Howard, can you point us to the right URL? 
> 
>   
>  
>  ________________________________
>  
> 
> From: belaran [mailto:belaran <at> gmail.com] 
>  Sent: Friday, July 01, 2005 8:40 AM
>  To: James Carman
>  Subject: Re: About Interception 
> 
>   
(Continue reading)

hlship | 3 Jul 2005 11:40
Picon
Favicon
Gravatar

[GUMP <at> vmgump]: Project jakarta-hivemind-compile (in module jakarta-hivemind) failed

To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general <at> gump.apache.org.

Project jakarta-hivemind-compile has an issue affecting its community integration.
This issue affects 4 projects,
 and has been outstanding for 8 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jakarta-hivemind :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-compile :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-library :  HiveMind is a services and configuration
    microkernel
    - jakarta-tapestry :  Component-based web application framework organized around i...

Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on javacc exists, no need to add for property javacc.home.
 -INFO- Failed with reason build failed

The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/gump_work/build_jakarta-hivemind_jakarta-hivemind-compile.html
(Continue reading)

Jean-Francois Poilpret | 3 Jul 2005 17:56

Registry Vs Module: getMappedConfiguration

Hi all,

In HM1.1b2, I wonder why Registry does not provide the same method
getMappedConfiguration() as provided by Module?

Actually, I need this method in the Registry, since I have one servlet that
needs access to a mapped configuration, and the only starting point for the
servlet is the Registry from the HiveMindFilter (no way to access a Module).

Is there any chance that Registry gets this new method until final 1.1
release?

Cheers

	Jean-Francois
hlship | 4 Jul 2005 11:45
Picon
Favicon
Gravatar

[GUMP <at> vmgump]: Project jakarta-hivemind-compile (in module jakarta-hivemind) failed

To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general <at> gump.apache.org.

Project jakarta-hivemind-compile has an issue affecting its community integration.
This issue affects 4 projects,
 and has been outstanding for 12 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jakarta-hivemind :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-compile :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-library :  HiveMind is a services and configuration
    microkernel
    - jakarta-tapestry :  Component-based web application framework organized around i...

Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on javacc exists, no need to add for property javacc.home.
 -INFO- Failed with reason build failed

The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/gump_work/build_jakarta-hivemind_jakarta-hivemind-compile.html
(Continue reading)

Jean-Francois Poilpret | 5 Jul 2005 03:25

Interceptor sets

Hi all,

I saw mentioned on HM web site in the TODO list (which seems a bit out of
date) the notion of "interceptor sets", in my understanding, this is the
ability to declare the same interceptor for several services in one XML
declaration, am I correct?

Has this feature been implemented in HiveMind 1.1beta2 already? Will it do
it for the final release?

I think it would be good to have such a feature so that we can reduce quite
a lot of declarations in hivemodule.xml files. This is particularly true for
general concerns interceptors such as:
	- logging
	- performance monitoring
	- JMX monitoring
	- transaction management

Cheers

	Jean-Francois
hlship | 5 Jul 2005 11:48
Picon
Favicon
Gravatar

[GUMP <at> vmgump]: Project jakarta-hivemind-compile (in module jakarta-hivemind) failed

To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general <at> gump.apache.org.

Project jakarta-hivemind-compile has an issue affecting its community integration.
This issue affects 4 projects,
 and has been outstanding for 16 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jakarta-hivemind :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-compile :  HiveMind is a services and configuration
    microkernel
    - jakarta-hivemind-library :  HiveMind is a services and configuration
    microkernel
    - jakarta-tapestry :  Component-based web application framework organized around i...

Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on javacc exists, no need to add for property javacc.home.
 -INFO- Failed with reason build failed

The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-compile/gump_work/build_jakarta-hivemind_jakarta-hivemind-compile.html
(Continue reading)


Gmane