Website management [WAS Re: resurrect the Cocoon documentation]

2012-03-16 Thread Francesco Chicchiriccò
Hi all, yesterday, while looking at cocoon.zones.apache.org, I've spent some time at our website, and the e-mail below came into my mind. I believe we should act in this respect as soon as possible, since our outdated website is all but attractive and informative: think only that every page

Re: [C3] Concurrency issues with ComponentProvider

2012-03-16 Thread Steven Dolg
Hello again, using the test project from Thorsten [1] I created a very simple client, running several threads to send requests for a randomly selected static resource (one of the image files). (Of course I reverted the synchronized in SpringComponentProvider before running the tests!) I ran

Re: [C3] Concurrency issues with ComponentProvider

2012-03-16 Thread Javier Puerto
El 16 de marzo de 2012 11:07, Steven Dolg steven.d...@indoqa.com escribió: Hello again, using the test project from Thorsten [1] I created a very simple client, running several threads to send requests for a randomly selected static resource (one of the image files). I was working on it

Re: [C3] Working with archetypes [Was Re: parent of parent artifact?]

2012-03-16 Thread Francesco Chicchiriccò
Reported from scratch, to avoid confusion. If you want to develop a complete C3 web application You need to generate a multimodule maven project [2] with the following structure: myparent/ mysite/ mywebapp/ Basically, you will need this when either having multiple blocks on a

Re: [C3] Working with archetypes [Was Re: parent of parent artifact?]

2012-03-16 Thread Francesco Chicchiriccò
Fixing instructions... On 16/03/2012 15:05, Francesco Chicchiriccò wrote: Reported from scratch, to avoid confusion. If you want to develop a complete C3 web application You need to generate a multimodule maven project [2] with the following structure: myparent/ mysite/ mywebapp/

Re: [C3] Concurrency issues with ComponentProvider

2012-03-16 Thread Thorsten Scherler
On 03/16/2012 02:33 PM, Javier Puerto wrote: ... Controllers in general (or your specific one) could be causing problems. (The synchronized in the SpringComponentProvider could even cause parts of the execution before it to be executed sequential instead of parallel).