[jboss-user] [JBoss Seam] - Re: Clustering booking example

mphansen do-not-reply at jboss.com
Wed Jan 24 09:02:12 EST 2007


"gavin.king at jboss.com" wrote : As for the second problem, use your debugger to figure out what object is being serialized.
As I see it, a javax.faces.application.FacesMessage.Severity is put into the session trough the call

FacesMessages.instance().add("Welcome, #{user.name}");

in LoginAction. 

javax.faces.application.FacesMessage.Severity is not serializable and according to https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=111
it will not become serializable.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005798#4005798

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005798



More information about the jboss-user mailing list