Issue Details (XML | Word | Printable)

Key: DISPL-533
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Reporter: Thomas Queste
Votes: 1
Watchers: 2
Operations

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

SortOrderEnum should be serialiable

Created: 06/Apr/08 09:36 AM   Updated: 27/Dec/08 04:28 AM   Resolved: 27/Dec/08 04:28 AM
Return to search
Component/s: Paging/Sorting
Affects Version/s: 1.1.1
Fix Version/s: 1.2

Time Tracking:
Original Estimate: 30 minutes
Original Estimate - 30 minutes
Remaining Estimate: 30 minutes
Remaining Estimate - 30 minutes
Time Spent: Not Specified
Time Spent - Not Specified

Application server: All


 Description  « Hide
SortOrderEnum is currently no serializable.
As used within a PaginatedList, It forbids to be put in Session (or anything related to serializable elements).

For example, SPring Web Flow requires serializables elements in flash or flow scope (or anything no request scope).
So I cannot use a PaginatedList as it references SortOrderEnum, not serializable.

The only thing smart here is the fact that SortOrderEnum is a JDK1.4 enum, and I don't know how it is managed within a clustered environment.

Just setting an 'implements java.io.Serializable' made the tricks on Jetty for developement purpose.

Regards,

Tom

fabrizio giustina added a comment - 27/Dec/08 04:28 AM
Resolved in 1.2