Bug 24892

Summary: ResultImpl should implement java.io.Serializable
Product: Taglibs Reporter: Steinar Overbeck Cook (apache) <steinar>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal CC: kschneider
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Steinar Overbeck Cook (apache) 2003-11-21 14:51:32 UTC
The class javax.servlet.jsp.jstl.sql.ResultImpl should implement
java.io.Serializable.

When using J2EE it is required that object be Serializable. All that is required
is to add "java.io.Serializable" to the list of interfaces implemented by the class.
Comment 1 Pierre Delisle 2003-12-11 23:20:20 UTC
Makes sense. Too bad we missed it for the 1.1 maintenance release. I've taken
note of it for the next spec round. Thanks.
Comment 2 Pierre Delisle 2003-12-11 23:22:26 UTC
To be more specific: Since this requires a change to the spec, we won't be able
to put it in until the spec is amended.
Comment 3 Kris Schneider 2003-12-16 20:46:30 UTC
Adding link to this discussion thread (titled "Serialising
javax.servlet.jsp.jstl.sql.ResultImpl") on taglibs-user:

http://marc.theaimsgroup.com/?t=107155207600002
Comment 4 Felipe Leme 2003-12-17 16:29:54 UTC
Reopen, as discussed in the mailing list.