PaulWeb
PaulWeb
cglib-2.2.0 ``` import java.lang.reflect.Method; import net.sf.cglib.proxy.*; import java.io.*; import org.junit.*; import static org.junit.Assert.*; public class Issue18Test { @BeforeClass public static void setUpClass() throws Exception { } @AfterClass public static void...
Btw, are you working on master or kryo1 branch? I'm working with my project (tomcat redis session). I was looking solution for this problem but found only your serilization class...
we took as a basis https://github.com/jcoleman/tomcat-redis-session-manager, now we are facing with problem: spring session scope. > with an implementation for Redis provided Do you want to implement redis in your...
maybe the better solution for cglib will be the check: does have proxy class writeReplace function
> wouldn't it be better to rely on kryo concepts to serialize/deserialize the callbacks (the user can supply/register appropriate kryo serializers)? Yes, it will be better, but serialization for cglib...
> Do you have a simple spring sample application that we could use to create a test case for this? I'll prepare simple app with spring session scope, now i'm...
I was hoping that beanfactory solves problem with aop proxy object but one of callbacks proxy has reference on factory. I did not correctly read stack of calls when an...
https://github.com/PaulWeb/simplemvc run tomcat with you session manager deploy app set name stop tomcat run it and look at catalina log ''' SEVERE: Unable to deserialize into session java.lang.ClassNotFoundException: org.wp.issue18.User$$EnhancerByCGLIB$$c148b9f6 at...