mauriciorodrigues / memcached-session-manager

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

Serialization of AtomicInteger fails for msm-javolution-serializer #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When the session contains an AtomicInteger, there's an exception thrown 
during serialization:

java.lang.IllegalArgumentException: Existing static binding for class class 
java.util.concurrent.atomic.AtomicInteger can only be overriden through 
custom XMLBinding (see XMLFormat(Class) documentation)
        at javolution.xml.XMLFormat.<init>(XMLFormat.java:182)
        at 
de.javakaffee.web.msm.serializer.javolution.ReflectionFormat$XMLNumberForma
t.<init>(ReflectionFormat.java:591)
        at 
de.javakaffee.web.msm.serializer.javolution.ReflectionFormat$XMLNumberIntFo
rmat.<init>(ReflectionFormat.java:662)
        at 
de.javakaffee.web.msm.serializer.javolution.ReflectionFormat.createNumberFo
rmat(ReflectionFormat.java:569)

Original issue reported on code.google.com by martin.grotzke on 2 Jan 2010 at 2:13

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 5 Jan 2010 at 7:54