[ http://issues.apache.org/jira/browse/BEEHIVE-1112?page=comments#action_12413199 ]
Carlin Rogers commented on BEEHIVE-1112: ---------------------------------------- Additional change 409270... http://svn.apache.org/viewvc?rev=409270&view=rev Implemented readObject() so that when the NameService is de-serialized, the _nameMap will not be null. I've also updated the NameService junit test to test the serlialize/de-serialize. > Make NameSevice implement Serializable > -------------------------------------- > > Key: BEEHIVE-1112 > URL: http://issues.apache.org/jira/browse/BEEHIVE-1112 > Project: Beehive > Type: Bug > Components: NetUI > Versions: 1.0.1, v.next > Reporter: Carlin Rogers > Assignee: Julie Zhuo > Fix For: v.next > > The NetUI org.apache.beehive.netui.pageflow.requeststate.NameService > instance() method creates an instance of itself and adds it to the session. > However the class is not Serializable and this is an issue for containers > that support clustering where the session is serialized in the replication. I > don't thik it should be a problem to make it Serializable. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
