You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Daryl Olander (JIRA)" <be...@incubator.apache.org> on 2005/02/11 04:54:12 UTC

[jira] Resolved: (BEEHIVE-275) TreeRenderState not serializable

     [ http://issues.apache.org/jira/browse/BEEHIVE-275?page=history ]
     
Daryl Olander resolved BEEHIVE-275:
-----------------------------------

     Assign To: Jeremiah Johnson  (was: Daryl Olander)
    Resolution: Fixed

This has been fixed.  Should have caught it on the original creation.  Thanks

> 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