[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1542) Fix serialVersionUID incompatibility

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Sep 11 15:05:37 EDT 2009


Fix serialVersionUID incompatibility
------------------------------------

                 Key: JBCACHE-1542
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1542
             Project: JBoss Cache
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor
             Fix For: 3.2.1.CR1


Tests of serialVersionUID compatibility fail for 3.2.1.BETA1:

FAIL: serialVersionUID error for org.jboss.cache.Fqn, 501 -6901735117605327068, current: -4642221226757627897
FAIL: serialVersionUID error for org.jboss.cache.RegionRegistry, 501 -2480683437308480252, current: 5273358205463079326

For Fqn, the readExternal impl is unchanged; the class just needs a serialVersionUID field. Probably the same for RegionRegistry, which AFAIK really isn't meant to be serialized anyway.

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

        


More information about the jbosscache-issues mailing list