baiheqiang / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Wicket's MiniMap cannot be deserialized with javolution serializer #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a statefull wicket page contains a 
org.apache.wicket.util.collections.MiniMap (e.g. 
org.apache.wicket.markup.html.link.BookmarkablePageLink.parameters are a 
MiniMap) the 
serialization fails when the javolution serializer is used. It fails because 
the public class 
MiniMap does not provide a no-args constructor, but only a constructor taking 
the size as 
argument.

Original issue reported on code.google.com by martin.grotzke on 26 Mar 2010 at 9:01

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 26 Mar 2010 at 9:12

GoogleCodeExporter commented 8 years ago
Fixed by #56.

Original comment by martin.grotzke on 26 Mar 2010 at 9:12