Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC2
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any application server with enabled session persistence.
Description
The following error was reported in a portlet environment:
WARNING: Cannot serialize session attribute javax.portlet.p.dataExporter_WAR_showcaseportlet_LAYOUT_12221?org.icefaces.resource-s4 for session 9EF148DA638778DDE791BEFB55857AD1 java.io.NotSerializableException: org.icefaces.ace.component.dataexporter.ExporterResource
Steps to reproduce:
1. Start a server that has a webapp using the ace:dataExporter component.
2. Navigate to a page that has the component.
3. Export a file.
4. Stop the server.
5. Re-start the server.
6. Check log files to see exception report.
In order to avoid this exception, the ExporterResource class, used by ace:dataExporter, needs to be serializable.
WARNING: Cannot serialize session attribute javax.portlet.p.dataExporter_WAR_showcaseportlet_LAYOUT_12221?org.icefaces.resource-s4 for session 9EF148DA638778DDE791BEFB55857AD1 java.io.NotSerializableException: org.icefaces.ace.component.dataexporter.ExporterResource
Steps to reproduce:
1. Start a server that has a webapp using the ace:dataExporter component.
2. Navigate to a page that has the component.
3. Export a file.
4. Stop the server.
5. Re-start the server.
6. Check log files to see exception report.
In order to avoid this exception, the ExporterResource class, used by ace:dataExporter, needs to be serializable.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] |
| Environment | Portlets | Any application server with enabled session persistence. |
| Salesforce Case | [] | |
| Description |
The following error was reported in a portlet environment: WARNING: Cannot serialize session attribute javax.portlet.p.dataExporter_WAR_showcaseportlet_LAYOUT_12221?org.icefaces.resource-s4 for session 9EF148DA638778DDE791BEFB55857AD1 java.io.NotSerializableException: org.icefaces.ace.component.dataexporter.ExporterResource In order to avoid this exception, the ExporterResource class, used by ace:dataExporter, needs to be serializable. |
The following error was reported in a portlet environment: WARNING: Cannot serialize session attribute javax.portlet.p.dataExporter_WAR_showcaseportlet_LAYOUT_12221?org.icefaces.resource-s4 for session 9EF148DA638778DDE791BEFB55857AD1 java.io.NotSerializableException: org.icefaces.ace.component.dataexporter.ExporterResource Steps to reproduce: 1. Start a server that has a webapp using the ace:dataExporter component. 2. Navigate to a page that has the component. 3. Export a file. 4. Stop the server. 5. Re-start the server. 6. Check log files to see exception report. In order to avoid this exception, the ExporterResource class, used by ace:dataExporter, needs to be serializable. |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |