Description
org.apache.isis.viewer.wicket.viewer.IsisWicketApplication#initWicketComponentInjection() should use new GuiceComponentInjector(this, injector, TRUE) so that it creates a serializable proxy for the injected beans.
Otherwise all the bean impls have to be Serializable themselves.