Hello,

Le 22/12/2010 17:12, Johan Cwiklinski a écrit :
> Le 22/12/2010 15:14, Laurent Medioni a écrit :
>> Time to swich to 2.1.11 then ;)
>>
>> ResourceReader in 2.1.10:
>> private static final Map documents = new HashMap();
>>
>> ResourceReader in 2.1.11:
>> private static final Map documents = Collections.synchronizedMap(new 
>> HashMap());
>>
>> See https://issues.apache.org/jira/browse/COCOON-1977
> 
> Oh! I was not aware of that...
> 
> Thank you for the tip! :-)

JDK 1.6.0_23 did not solve the issue :(

I've just put the 2.1.11 RessourceReader class into my WEB-INF/classes
directory ; I'm currently testing that way on the server (would be great
if I can solve this problem until I can spend some time for 2.1.11
upgrade ;)).

> 
>>
>> Laurent
>>
> 
> Johan

Johan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to