You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do get the following Warning exception using com.github.javaplugs.jsf.ViewScope (sorry it is printed in german):
Jul 05, 2018 10:03:27 PM com.sun.faces.context.SessionMap put
WARNUNG: JSF1063: WARNUNG! Der nicht serialisierbare Attributswert wird in HttpSession festgelegt (Schlüssel: sessionBindingListener, Wertklasse: com.github.javaplugs.jsf.ViewScope).
Looks like there is a missing SerialisableId on sessionBindingListener ?
The text was updated successfully, but these errors were encountered:
Kusig
changed the title
JSF1063 waring printed using ViewScope
JSF1063 warning printed using ViewScope
Jul 5, 2018
Yes, I know, but it is more complex task to do it serializable.
AFAIK it does not affect anything it just do not save JSF state between server restarts.
I do get the following Warning exception using com.github.javaplugs.jsf.ViewScope (sorry it is printed in german):
Jul 05, 2018 10:03:27 PM com.sun.faces.context.SessionMap put
WARNUNG: JSF1063: WARNUNG! Der nicht serialisierbare Attributswert wird in HttpSession festgelegt (Schlüssel: sessionBindingListener, Wertklasse: com.github.javaplugs.jsf.ViewScope).
Looks like there is a missing SerialisableId on sessionBindingListener ?
The text was updated successfully, but these errors were encountered: