Re: Serialization problem for ConcurrentHashMap

2012-12-12 Thread Aleksey V. Katorgin
Sry I've tried to reproduce this bug in quickstart project but with no results. I can't investigate anymore because right now I am under time pressure... The bug regular occurs in Apache Caynnen Object Context which I pass from one Page to a constructor of a Page will be forwarded. And this each t

Re: Serialization problem for ConcurrentHashMap

2012-12-12 Thread Martin Grigorov
Hi, java.util.concurrent.locks.ReentrantLock.Sync is Serializable, so it looks like a bug in Wicket .. Please create a simple quickstart that demonstrates the problem and attach it to Jira. On Wed, Dec 12, 2012 at 2:53 PM, Aleksey V. Katorgin wrote: > Hello! Sry for my English. I've get the nex