You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Walter Chang (JIRA)" <ji...@apache.org> on 2007/01/09 10:43:27 UTC

[jira] Created: (DBUTILS-36) Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap

Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap
----------------------------------------------------------------

                 Key: DBUTILS-36
                 URL: https://issues.apache.org/jira/browse/DBUTILS-36
             Project: Commons DbUtils
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: jdk 5.0, windows xp pro sp2
            Reporter: Walter Chang


Please add serialVersioUID to org.apache.commons.dbutils.BasicRowProcessor.CaseInsensitiveHashMap.  Without serialVersioUID, when a Map returned by QueryRunneris send across the wire to another jvm (different version), incompatible serial id exception will result.  For instance, IBM JVM 1.4.1 has a different way of calculating serialVersionUID for Serializable class that does not have serialVersionUID defined than JVM 5.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (DBUTILS-36) Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DBUTILS-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed DBUTILS-36.
--------------------------------

    Resolution: Fixed

svn ci -m "Adding a serialVersionUID (based on the class in the 1.1 release and serialver JDK 1.5 on OS X) to BasicRowProcessor.CaseInsensitiveMap as requested by Walter Chang in DBUTILS-36"

Sending        src/java/org/apache/commons/dbutils/BasicRowProcessor.java
Transmitting file data .
Committed revision 501743.

> Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap
> ----------------------------------------------------------------
>
>                 Key: DBUTILS-36
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-36
>             Project: Commons DbUtils
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: jdk 5.0, windows xp pro sp2
>            Reporter: Walter Chang
>             Fix For: 1.2
>
>
> Please add serialVersioUID to org.apache.commons.dbutils.BasicRowProcessor.CaseInsensitiveHashMap.  Without serialVersioUID, when a Map returned by QueryRunneris send across the wire to another jvm (different version), incompatible serial id exception will result.  For instance, IBM JVM 1.4.1 has a different way of calculating serialVersionUID for Serializable class that does not have serialVersionUID defined than JVM 5.0.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (DBUTILS-36) Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap

Posted by "Walter Chang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DBUTILS-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468053 ] 

Walter Chang commented on DBUTILS-36:
-------------------------------------

thanks!!



> Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap
> ----------------------------------------------------------------
>
>                 Key: DBUTILS-36
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-36
>             Project: Commons DbUtils
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: jdk 5.0, windows xp pro sp2
>            Reporter: Walter Chang
>             Fix For: 1.2
>
>
> Please add serialVersioUID to org.apache.commons.dbutils.BasicRowProcessor.CaseInsensitiveHashMap.  Without serialVersioUID, when a Map returned by QueryRunneris send across the wire to another jvm (different version), incompatible serial id exception will result.  For instance, IBM JVM 1.4.1 has a different way of calculating serialVersionUID for Serializable class that does not have serialVersionUID defined than JVM 5.0.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (DBUTILS-36) Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DBUTILS-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated DBUTILS-36:
---------------------------------

    Fix Version/s: 1.2

> Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap
> ----------------------------------------------------------------
>
>                 Key: DBUTILS-36
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-36
>             Project: Commons DbUtils
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: jdk 5.0, windows xp pro sp2
>            Reporter: Walter Chang
>             Fix For: 1.2
>
>
> Please add serialVersioUID to org.apache.commons.dbutils.BasicRowProcessor.CaseInsensitiveHashMap.  Without serialVersioUID, when a Map returned by QueryRunneris send across the wire to another jvm (different version), incompatible serial id exception will result.  For instance, IBM JVM 1.4.1 has a different way of calculating serialVersionUID for Serializable class that does not have serialVersionUID defined than JVM 5.0.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org