Re: [sevak-patch] Jetty configuration

2003-06-22 Thread Johan Sjöberg
Peter Royal wrote: My only concern is the added use of System.setProperties().. In what circumstances would that be needed? Can it be safely removed? Yes, I used that to play with system properties that Jetty looks for (jetty.home). I agree that it can be evil to have a possibility to set syst

cvs commit: avalon-sandbox/merlin/merlin-plugin project.xml

2003-06-22 Thread mcconnell
mcconnell2003/06/22 19:37:49 Modified:merlin/assembly project.xml merlin/assembly/src/java/org/apache/avalon/assembly/engine/impl EngineClassLoader.java merlin/merlin-core project.xml merlin/merlin-extensions/merlin-ser

cvs commit: avalon-sandbox/merlin/extension-spi - Imported sources

2003-06-22 Thread mcconnell
mcconnell2003/06/22 19:29:30 Log: Initial import of the excalibur extension package (spi classes). Status: Vendor Tag: MCCONNELL Release Tags: INIT_030623 N avalon-sandbox/merlin/extension-spi/project.xml N avalon-sandbox/merlin/extension-spi/src/java/org/apache/avalo

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/resources notebook.xml

2003-06-22 Thread mcconnell
mcconnell2003/06/22 19:04:33 Modified:merlin project.xml merlin/merlin-platform/xdocs/meta index.xml navigation.xml merlin/merlin-platform/xdocs/meta/info index.xml navigation.xml merlin/merlin-platform/xdocs/meta/inf

cvs commit: avalon-sandbox/merlin/extension - Imported sources

2003-06-22 Thread mcconnell
mcconnell2003/06/22 19:02:15 Log: Initial import of the excalibur extension package (implementation classes). Status: Vendor Tag: MCCONNELL Release Tags: INIT_030623 N avalon-sandbox/merlin/extension/.cvsignore N avalon-sandbox/merlin/extension/project.xml N avalon-

cvs commit: avalon-sandbox/merlin/extension-api - Imported sources

2003-06-22 Thread mcconnell
mcconnell2003/06/22 19:01:32 Log: Initial import of the excalibur extension package (implementation classes). Status: Vendor Tag: MCCONNELL Release Tags: INIT_030623 N avalon-sandbox/merlin/extension-api/.cvsignore N avalon-sandbox/merlin/extension-api/project.xml N

Re: [RT] The Next Big Component Architecture

2003-06-22 Thread Stephen McConnell
Leo Simons wrote: Just Do It already! --- I've been playing with some of this stuff. I'm wondering whether I should bring it over here or make it public elsewhere, or not at all. Comments? I'll give you 8 out of 10 for spin. Stick in in sandbox and lets working through those

[RT] The Next Big Component Architecture

2003-06-22 Thread Leo Simons
Hi gang, some ramblings of a madman before I head off to bed. cheers, - LSD Looking back a little - A few years ago [0], the web application world was a mess. We had servlets [1], which involved embedding html inside java code, and we had jsps, which involved custom markup

Re: [sevak-patch] Jetty configuration

2003-06-22 Thread Peter Royal
On Saturday, June 21, 2003, at 07:03 PM, Janne wrote: Is this patch going to be integrated into sevak CVS in the near future? This is just what I need. Ofcourse I can always patch it in my workspace . Nothing like a good reminder :) My only concern is the added use of System.setProperties()..

Re: [GUMP] Build Failure - excalibur-datasource <--- fortress dep ?

2003-06-22 Thread Peter Royal
On Sunday, June 22, 2003, at 01:45 PM, Stephen McConnell wrote: I recommend we remove the fortress dependency and include any meta info needed by fortress as a static artifact in CVS. This is the same approach that is used in the cornerstone components - i.e. no container dependencies. fine w/

Re: [GUMP] Build Failure - excalibur-datasource <--- fortress dep?

2003-06-22 Thread Stephen McConnell
Peter Royal wrote: On Sunday, June 22, 2003, at 01:33 PM, Stephen McConnell wrote: Why does the excalibur datasource build have a dependency on the fortress container? Probably for fortress' meta-info generation. I recommend we remove the fortress dependency and include any meta info nee

dev@avalon.apache.org

2003-06-22 Thread Peter Royal
On Sunday, June 22, 2003, at 08:08 AM, Leo Sutic wrote: [RT]: Why not use reflection to set instance variables directly? public class Shop { /** * @dependency */ StockManager stockManager; public Shop() { } } And have the container use reflection

Re: [GUMP] Build Failure - excalibur-datasource <--- fortress dep ?

2003-06-22 Thread Peter Royal
On Sunday, June 22, 2003, at 01:33 PM, Stephen McConnell wrote: Why does the excalibur datasource build have a dependency on the fortress container? Probably for fortress' meta-info generation. -pete - To unsubscribe, e-mail: [EMA

Re: [GUMP] Build Failure - excalibur-datasource <--- fortress dep?

2003-06-22 Thread Stephen McConnell
Why does the excalibur datasource build have a dependency on the fortress container? Steve. Gump Integration Build wrote: This email is autogenerated from the output from:

Re: [merlin]my jndi extension suggestion

2003-06-22 Thread Stephen McConnell
liu jie wrote: when one block want to use other block service,currently it using servicemanager passed by serviceable interface. Yes - assuming you using the work "block" in the Phoenix context - i.e. a component with an xinfo describing services and dependencies. when my block dirve other mod

Re: [merlin]my jndi extension suggestion

2003-06-22 Thread liu jie
merlin manage services lifecycle good, lifestyle good, services life quality need enhanced. they(services) make friends not easy. jndi is a goods way making firends of services. u can limit a service only make friends with permitted services. ___

[merlin] news and updates

2003-06-22 Thread Stephen McConnell
Over the last few weeks there have been a number of updates to the Merlin platform. This email is a summary of those changes and updates. 1. addition of element into type descriptor 2. replacement of the tag with the tag 3. move to framework 4.1.5 dev with api/impl separation 4. removal of th

Re: [merlin]my jndi extension suggestion

2003-06-22 Thread liu jie
when one block want to use other block service,currently it using servicemanager passed by serviceable interface. when my block dirve other modules, these moudles want to use other block's service, my block must pass it's servicemanager to these driven modules. i write a block for jetty, jetty dr

Re: [merlin]my jndi extension suggestion

2003-06-22 Thread Stephen McConnell
liu jie wrote: i want to use merlin as services server(services container),especially my module will be blocks. my blocks don't want to access(dependency) other services using servicemanager but jndi way. This is for components inside a servlet ? i saw Peter Donald's excalibur-naming-1.0, i sug

[merlin]my jndi extension suggestion

2003-06-22 Thread liu jie
i want to use merlin as services server(services container),especially my module will be blocks. my blocks don't want to access(dependency) other services using servicemanager but jndi way. i saw Peter Donald's excalibur-naming-1.0, i suggest plug the jndi MemoryContext in merlin kernal. if my

cvs commit: avalon-site/site/sandbox/merlin - Imported sources

2003-06-22 Thread mcconnell
mcconnell2003/06/22 07:59:09 Log: no message Status: Vendor Tag: MCCONNELL Release Tags: DOCS_030622 U avalon-site/site/sandbox/merlin/changelog-report.html U avalon-site/site/sandbox/merlin/cvs-usage.html U avalon-site/site/sandbox/merlin/dependencies.html U avalo

Re: [merlin] concepts, embedding fortress

2003-06-22 Thread Stephen McConnell
Leo Simons wrote: Block Engine Configuration -- on http://avalon.apache.org/sandbox/merlin/meta/model/block/container/index.html it reads: "An engine is an extended classloader." that does not make sense to me. I would call it "classloader":

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/meta/model/block/container containers.xml index.xml

2003-06-22 Thread mcconnell
mcconnell2003/06/22 07:19:58 Modified:merlin/merlin-platform/xdocs/meta/model/block/container containers.xml index.xml Log: Changed to . Revision ChangesPath 1.2 +2 -4 avalon-sandbox/merlin/merlin-platform/xdocs/meta/model/block/contai

Re: [merlin] merlin intall faiure using maven ---help

2003-06-22 Thread Stephen McConnell
Plugin looks ok. So what exactly is the problem you are seeing? Steve. -- Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net Sent via James running under Merlin as an NT service. http://avalon.apache.org/sandbox/merlin ---

Bug report for Avalon [2003/06/22]

2003-06-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [merlin] merlin intall faiure using maven ---help

2003-06-22 Thread liu jie
update $MAVEN_HOME/plugins/maven-jar-plugin-1.0/plugin.jelly using follwing:

Re: [merlin] merlin intall faiure using maven ---help

2003-06-22 Thread Stephen McConnell
Unfortunately the maven.log file is not terribly useful (it is typically full of internal maven stuff). Instead - could you post the information that maven is logging to the console. This would give an indication of where the build is failing. Secondly, have you applied the patch to Maven 9? h

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/starting/examples/james block.xml

2003-06-22 Thread mcconnell
mcconnell2003/06/22 06:57:59 Modified:merlin/merlin-core/src/java/org/apache/avalon/merlin/block/impl StandardBlockLoader.java XMLContainerCreator.java merlin/merlin-platform/src/config kernel-service.xml kernel.xml

[merlin] merlin intall faiure using maven ---help

2003-06-22 Thread liu jie
2003-06-22 21:18:40,490 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class com.werken.werkz.jelly.ProjectTag doesn't support the nested "path" element. 2003-06-22 21:18:40,490 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the nes

[merlin] merlin intall faiure using maven ---help

2003-06-22 Thread liu jie
attach my maven.log thnx for help... > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > _ Do You Yahoo!? 网恋的诠释:真情还是放纵? http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.surveys.y

SitemapSource calls Pipeline twice, Logging issue in Avalon

2003-06-22 Thread volker . schmitt
Hi all, I post this also to the Avalon list, because while tracking this SitemapSource issue I found a Avalon Logging issue also. Ok, what happen: Calling a Cocoon Source "cocoon://." the Pipeline inside the Sitemap is called twice. The reason is the following code inside the SitemapSourceFac

[GUMP] PRE-REQ FAILED for phoenix-example-testserver

2003-06-22 Thread Gump Integration Build
This email is autogenerated from the output from: Missing prereq /home/rubys/jakarta/avalon-components/build/lib/

[GUMP] Build Failure - avalon-logkit-maven

2003-06-22 Thread Gump Integration Build
This email is autogenerated from the output from: Buildfile: gump-build.xml dist: delegate: need-for-common-build: a

[GUMP] Build Failure - excalibur-monitor

2003-06-22 Thread Gump Integration Build
This email is autogenerated from the output from: Buildfile: build.xml Caught exception (org.apache.tools.ant.BuildExcepti

[GUMP] PRE-REQ FAILED for phoenix-example-demo

2003-06-22 Thread Gump Integration Build
This email is autogenerated from the output from: Missing prereq /home/rubys/jakarta/avalon-components/build/lib/corner

[GUMP] Build Failure - excalibur-store

2003-06-22 Thread Gump Integration Build
This email is autogenerated from the output from: Buildfile: build.xml dependencies: compile: [mkdir] Created dir: /ho

[GUMP] Build Failure - excalibur-datasource

2003-06-22 Thread Gump Integration Build
This email is autogenerated from the output from: Buildfile: build.xml Caught exception (org.apache.tools.ant.BuildExce

[GUMP] Build Failure - excalibur-meta-sourceresolve

2003-06-22 Thread Gump Integration Build
This email is autogenerated from the output from: Buildfile: build.xml Caught exception (org.apache.tools.ant.B

dev@avalon.apache.org

2003-06-22 Thread Stephen McConnell
Nicola Ken Barozzi wrote: http://nanocontainer.codehaus.org/team-list.html http://www.picocontainer.org/team-list.html Now I know what Paul has been doing! :-) What do you guys think about the Type1,2,3 Container explanation? I don't buy it ;-P http://www.picocontainer.org/introduction.html Th

dev@avalon.apache.org

2003-06-22 Thread Leo Sutic
> From: Nicola Ken Barozzi > > What do you guys think about the Type1,2,3 Container > explanation? I don't buy it ;-P Good: + Very easy to understand. Bad: + By only using constructor parameters you do lose some way of specifying other dependency parameters besides the interface. Sup

Re: Avalon France - pub culture

2003-06-22 Thread Alexis Agahi
Stephen McConnell wrote: the 25th june... Smoke (Le) 29 RUE DELAMBRE 75014 PARIS Suggestion accepted. Links don't work but I found the location via http://www.pagesjaunes.fr Around 19:30 hrs sound good? Perfect - To unsubscribe

dev@avalon.apache.org

2003-06-22 Thread Nicola Ken Barozzi
http://nanocontainer.codehaus.org/team-list.html http://www.picocontainer.org/team-list.html Now I know what Paul has been doing! :-) What do you guys think about the Type1,2,3 Container explanation? I don't buy it ;-P http://www.picocontainer.org/introduction.html -- Nicola Ken Barozzi