[continuum] BUILD FAILURE: Portal Block Implementation

2006-05-01 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/97/buildId/255 Build statistics: State: Failed Previous State: Failed Started at: Sun, 30 Apr 2006 21:36:11 + Finished at: Sun, 30 Apr 2006 21:36:19 +

AW: AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Stefan Pietschmann
Hi Sylvain (and others), thank you for the quick response which finally helped me understand how the pipeline is used at runtime. What I do is to throw transformers out depending on their attributes (it's a bit more complicated, but anyway..). Now that I see that the transformerlist is built

Re: [continuum] BUILD FAILURE: Portal Block Implementation

2006-05-01 Thread Jorg Heymans
Note that this report is outdated. The portal block impl is currently not building because of failing tests. http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuildbuildId=384id=97 Jorg [EMAIL PROTECTED] wrote: Online report :

[RT] Simplifying setup

2006-05-01 Thread Daniel Fagerstrom
People, I'm fed up with the sickening complicated setup sequence in Cocoon. Much of the complication is related to setting up the component manager and general over componentization. I'd like to remove the component container setup from the concern area of Cocoon. The component container

Re: AW: AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Sylvain Wallez
Stefan Pietschmann wrote: Hi Sylvain (and others), thank you for the quick response which finally helped me understand how the pipeline is used at runtime. Great! The main point about pipelines is that they are basically empty shells that are filled with components by the sitemap engine,

AW: AW: AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Stefan Pietschmann
| -Ursprüngliche Nachricht- | Von: Sylvain Wallez [mailto:[EMAIL PROTECTED] | Gesendet: Montag, 1. Mai 2006 11:11 | An: dev@cocoon.apache.org | Betreff: Re: AW: AW: Desparately seeking help with pipeline implementation | | Stefan Pietschmann wrote: | Hi Sylvain (and others), | |

Re: [RT] Simplifying setup

2006-05-01 Thread Reinhard Poetz
Daniel Fagerstrom wrote: People, I'm fed up with the sickening complicated setup sequence in Cocoon. Much of the complication is related to setting up the component manager and general over componentization. I'd like to remove the component container setup from the concern area of Cocoon.

RE: VNU Europe moves to Cocoon...

2006-05-01 Thread Arje Cahn
We just finished launching the first of the EU countries here at VNU, powered by Cocoon: Italy. Congratulations, guys!! Cocoon livesites gogogo :-) Kind regards, Arjé Cahn Hippo Oosteinde 11 1017WT Amsterdam The Netherlands Tel +31 (0)20 5224466

AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Stefan Pietschmann
| That's the idea, but you have some bugs here since when you remove a | transformer, you should also remove the corresponding selector and | parameters: | | for (int i = 0; i this.transformers.size(); /* do not increment here */) | { | if (trashTransformerAt(i)) { | // Release what

Re: [RT] Simplifying setup

2006-05-01 Thread Ralph Goers
Please provide a concrete example of what you are proposing before checking anything in. Then we can discuss this. Daniel Fagerstrom wrote: People, I'm fed up with the sickening complicated setup sequence in Cocoon. Much of the complication is related to setting up the component manager and

[GT2006] The 5th Cocoon GetTogether: call for ideas

2006-05-01 Thread Arje Cahn
Hi folks, Following in Steven's footsteps, I'd hereby like to bootstrap this year's jubilee Cocoon GetTogether. The sun is shining (kind of..), spring is in the air, and we need to start thinking about our beloved annual Cocoon gathering. I believe the outcome of last year's discussion was

[jira] Created: (COCOON-1841) strange behavior with sitemaps mounted from within jars

2006-05-01 Thread Harlan Iverson (JIRA)
strange behavior with sitemaps mounted from within jars --- Key: COCOON-1841 URL: http://issues.apache.org/jira/browse/COCOON-1841 Project: Cocoon Type: Bug Components: - Components: Sitemap Versions:

Re: [continuum] BUILD FAILURE: Portal Block Implementation

2006-05-01 Thread Carsten Ziegeler
Jorg Heymans wrote: Note that this report is outdated. The portal block impl is currently not building because of failing tests. http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuildbuildId=384id=97 Ah, great! This shows how useful tests

Re: [RT] Simplifying setup

2006-05-01 Thread Carsten Ziegeler
Daniel Fagerstrom wrote: snip rt/ I'm mostly fine with your proposed changes if you think that this helps Cocoon. In the end all changes that don't require to rewrite or change our current blocks are fine for me. But I'm remaining very sceptical wrt to a 2.2 release in general. I think one of

Re: [continuum] BUILD FAILURE: Portal Block Implementation

2006-05-01 Thread Jorg Heymans
Carsten Ziegeler wrote: Ah, great! This shows how useful tests are. I fixed the bug in the implementation and the block should now build fine again. cool, the next build (around 1am) should pick up that change then and we'll get notified on the list. We didn't get notified of the initial

[jira] Commented: (COCOON-1841) strange behavior with sitemaps mounted from within jars

2006-05-01 Thread Harlan Iverson (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1841?page=comments#action_12377246 ] Harlan Iverson commented on COCOON-1841: I just tried it on the latest SVN 2_1_X snapshot, 20060501103717, same issue applies. strange behavior with sitemaps

Re: [RT] Simplifying setup

2006-05-01 Thread Daniel Fagerstrom
Sylvain Wallez skrev: Daniel Fagerstrom wrote: ... For the Cocoon main servlet I suggest that we start from the SitemapServlet http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/sitemap/SitemapServlet.java, and modify it so that it gets the bean

Re: [RT] Simplifying setup

2006-05-01 Thread Daniel Fagerstrom
Carsten Ziegeler skrev: Daniel Fagerstrom wrote: snip rt/ I'm mostly fine with your proposed changes if you think that this helps Cocoon. In the end all changes that don't require to rewrite or change our current blocks are fine for me. It will mean some changes for the portal block as it

Re: [RT] Simplifying setup

2006-05-01 Thread Ralph Goers
Daniel Fagerstrom said: Carsten Ziegeler skrev: Daniel Fagerstrom wrote: snip rt/ I'm mostly fine with your proposed changes if you think that this helps Cocoon. In the end all changes that don't require to rewrite or change our current blocks are fine for me. It will mean some changes