I've seen that the only RowSet that is Serializable is the CachedRowSet. I know that the Spring SqlRowSet wrapps a CachedRowSet but itself is not serializable. This is a problem if you want to cache the SqlRowSet. Is there plans to have SqlRowSet be serializable?


Reply With Quote