
memcached-session-manager - issue #59
Add support for serialization/deserialization of cglib proxies to javolution-serializer
javolution-serializer should be able to serialize/deserialize cglib proxies.
As this is only required if the application uses cglib, this should be implemented as a separate module, which can be plugged via the customConverter attribute.
Comment #1
Posted on Mar 28, 2010 by Grumpy BearAdded new javolution-serializer-cglib module. Drop the jar in $CATALINA_HOME/lib and WEB-INF/lib and register the converter class "de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat" via the customConverter attribute.
Comment #2
Posted on Feb 7, 2012 by Quick Kangaroowhat the version of cglib needed?
Comment #3
Posted on Feb 8, 2012 by Grumpy BearYou should try the latest cglib version. javolution-serializer is built/tested against cglib 2.2.
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium
Milestone-1.3