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
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27351 | Wed Jan 25 10:04:33 MST 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/ExporterResource.java
|
| 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 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27394 | Wed Jan 25 17:21:22 MST 2012 | ken.fyten | |
| Files Changed | ||||
MODIFY
/icefaces3/tags/icefaces-3.0.0/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/ExporterResource.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Fixed at revision 27351.