« Return to Thread: [C3] Concurrency issues with ComponentProvider

Re: [C3] Concurrency issues with ComponentProvider

by Igor Malinin :: Rate this Message:

| View in Thread

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.

 « Return to Thread: [C3] Concurrency issues with ComponentProvider