"[EMAIL PROTECTED]" 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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to