[ http://issues.apache.org/jira/browse/BEEHIVE-275?page=history ] Jeremiah Johnson closed BEEHIVE-275: ------------------------------------
This was fixed way back in 153321. > TreeRenderState not serializable > -------------------------------- > > Key: BEEHIVE-275 > URL: http://issues.apache.org/jira/browse/BEEHIVE-275 > Project: Beehive > Type: Bug > Components: NetUI > Environment: Beehive SVN > Reporter: Jeremiah Johnson > Assignee: Jeremiah Johnson > Priority: Minor > > The TreeRenderState is not serializable, but it is used by classes that are > serialized into the session. > --- TreeRootElement.java > private TreeElement _selectedNode; > private TreeRenderState _trs; > private InheritableState _state; > private String _name = null; > --- > All of those are serializable except for TreeRenderState. Below is the > friendly message from Tomcat: > --- catalina.out > 10 Feb 2005 14:50:08,466 INFO ManagerBase []: Cannot serialize session > attribute _netui:curPageFlow for session 76B70691FE9BB2D979AB7DC0617828FC > java.io.NotSerializableException: > org.apache.beehive.netui.tags.tree.TreeRenderState > --- > - jeremiah -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
