Hi Val. I have make test with wrapper class. Yes, it helped. :) Problem is, that this change i can't do in project. Third party lib add some attributes into httpsession and then uses them.
Finnaly i have found, why i got java.lang.ClassNotFoundException: sun.reflect.GeneratedMethodAccessor228. In class hierarrchy is used class(third party lib) with one attribute/field of type java.lang.reflect.Method. Is it solution, that such object must implement Serializable interface? Thank you. Slavo -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/websession-clustering-problem-tp3437p3568.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
