atom feed19 messages in org.apache.cocoon.devRe: [C3] Concurrency issues with Comp...
FromSent OnAttachments
Javier PuertoMar 14, 2012 5:54 am.diff, .diff
Steven DolgMar 14, 2012 7:37 am 
Javier PuertoMar 14, 2012 8:16 am 
Thorsten ScherlerMar 14, 2012 7:25 pm 
Igor MalininMar 15, 2012 1:12 am 
Robby PelssersMar 15, 2012 1:40 am 
Igor MalininMar 15, 2012 1:54 am 
Robby PelssersMar 15, 2012 1:57 am 
Javier PuertoMar 15, 2012 2:22 am 
Igor MalininMar 15, 2012 2:49 am 
Robby PelssersMar 15, 2012 3:13 am 
Steven DolgMar 15, 2012 4:03 am 
Igor MalininMar 15, 2012 4:03 am 
Steven DolgMar 16, 2012 3:06 am 
Javier PuertoMar 16, 2012 6:32 am 
Thorsten ScherlerMar 16, 2012 7:25 pm 
Steven DolgMar 29, 2012 3:14 am 
Thorsten ScherlerMar 29, 2012 9:01 am 
Javier PuertoMar 29, 2012 4:36 pm 
Subject:Re: [C3] Concurrency issues with ComponentProvider
From:Igor Malinin (igor@gmail.com)
Date:Mar 15, 2012 1:12:23 am
List:org.apache.cocoon.dev

On 2012-03-15 4:25, Thorsten Scherler wrote:

I think the key is the <map:match pattern="**.*"> which is a welcome door for concurrency issues. You need to request the page around 10 times and you see image glitches.

I started a small testing project but will need to finish it later. BTW I created https://issues.apache.org/jira/browse/COCOON3-93 to keep track of the issue.

By the way, do you use Reloading Classloader (RCL) in your application? I've had too many issues with it totally breaking Spring context... If you use it it would be good to confirm that the problem exists without it.