wang-haha / memcached-session-manager

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

msm-javolution-serializer should support deserialization of java.util.Collections$SynchronizedMap #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
msm-javolution-serializer in version 1.1 seems to not support 
deserialization of java.util.Collections$SynchronizedMap, this fails with:

Jan 4, 2010 12:58:17 AM 
de.javakaffee.web.msm.serializer.javolution.ReflectionFormat readElements
SEVERE: Could not set field value for field protected java.util.Map 
org.apache.catalina.session.StandardSession.attributes
javolution.xml.stream.XMLStreamException caused by 
java.lang.InstantiationException: java.util.Collections$SynchronizedMap
    at javolution.xml.XMLFormat.newInstance(XMLFormat.java:262)
    at 
javolution.xml.XMLFormat$InputElement.readInstanceOf(XMLFormat.java:499)
    at javolution.xml.XMLFormat$InputElement.get(XMLFormat.java:403)

Original issue reported on code.google.com by martin.grotzke on 3 Jan 2010 at 11:59

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 24 May 2011 at 9:14