Issue Details (XML | Word | Printable)

Key: SM-32
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Struts Menu

Make MenuRepository Serializable

Created: 09/May/06 01:58 AM   Updated: 07/Feb/07 07:03 PM   Resolved: 10/May/06 01:16 AM
Component/s: Menu Core
Affects Version/s: 2.3
Fix Version/s: 2.4


 Description  « Hide
Moved from SourceForge http://sourceforge.net/tracker/index.php?func=detail&aid=1111738&group_id=48726&atid=453974:

Make menu implement serializable, so it can be stored in session in a clustered environment

https://sourceforge.net/forum/forum.php?thread_id=1217524&forum_id=160189

Sort Order: Ascending order - Click to sort in descending order
Srini Parthasarathy added a comment - 05/Feb/07 07:59 PM
Need to make "MenuDisplayerMapping" serializable to make it possible to stick "MenuRepository" in session in a clustered environment.

Matt Raible added a comment - 07/Feb/07 07:03 PM
I added "implements Serializable" to MenuDisplayerMapping in CVS.