users@glassfish.java.net

Re: Cluster performance and failover

From: <glassfish_at_javadesktop.org>
Date: Wed, 15 Aug 2007 20:36:55 PDT

As you can see from the stacktrace, StandardSession implements a custom writeObject(), which considers only those session attributes that implement "java.io.Serializable" to be included in the session's serialized representation.

What is the type of the session attribute named "BuscarPeliculasTitulo", which is causing the NotSerializableException to be thrown? It looks like while the class itself implements "java.io.Serializable", an object on its graph may not.
[Message sent by forum member 'jluehe' (jluehe)]

http://forums.java.net/jive/thread.jspa?messageID=231066