You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2008/02/05 09:57:07 UTC

[jira] Created: (DERBY-3387) Document that EmbeddedSimpleDataSource is not serializable and make appropriate changes

Document that EmbeddedSimpleDataSource is not serializable and make appropriate changes
---------------------------------------------------------------------------------------

                 Key: DERBY-3387
                 URL: https://issues.apache.org/jira/browse/DERBY-3387
             Project: Derby
          Issue Type: Improvement
          Components: JDBC, Newcomer
    Affects Versions: 10.4.0.0
            Reporter: Kristian Waagan
            Priority: Trivial


Unlike the other data source implementations in Derby, EmbeddedSimpleDataSource was not written/intended to be serializable. This can be made clearer by adding documentation and cleaning up pieces of code and comments related to serialization.

For instance, the cleanup might include:
 * remove @serial tags
 * remove transient keywords

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.