
| Key: |
DISPL-533
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Reporter: |
Thomas Queste
|
| Votes: |
1
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
30 minutes
|
|
|
Remaining Estimate:
|
30 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
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
|
|
Description
|
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 |
Show » |
Sort Order:
|