ConnectionPool and SimpleDataSource are marked Serializable, but their

Kris Jurka <books@ejurka.com>

Commit: d71188860e9a0724770fa6a1b0c2cc02119c16a6
Author: Kris Jurka <books@ejurka.com>
Date: 2004-02-03T05:28:17Z
Releases: 7.4.2
ConnectionPool and SimpleDataSource are marked Serializable, but their
superclass (which contains a number of state variables) is not.  To
correctly serialize these objects we need to manually implement
writeObject and readObject.

Per report from R. Lemos

Files