[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6572) serialVersionUID mismatch on RegexValidator.class since JSF 1.2_12 upgrade
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Wed Mar 4 21:02:22 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stan Silvert resolved JBAS-6572.
--------------------------------
Resolution: Won't Fix
In JSF 1.2_10 there was no serialVersionUID on the class. The serialVersionUID was added in JSF 1.2_11. So this kind of comparison is bound to fail whenever JSF is upgraded. For instance, if we upgraded JSF in the 4.2.x series it would become incompatible with an older version of 4.2.x.
I don't think there is much we can do about this except know that going forward, the class will be compatible because the serialVersionUID has now been set.
This particular validator is an add-on extension that happens to get bundled with Mojarra. It's not part of the JSF spec.
> serialVersionUID mismatch on RegexValidator.class since JSF 1.2_12 upgrade
> --------------------------------------------------------------------------
>
> Key: JBAS-6572
> URL: https://jira.jboss.org/jira/browse/JBAS-6572
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JSF
> Reporter: Shelly McGowan
> Assignee: Stan Silvert
> Fix For: JBossAS-5.1.0.Beta1
>
>
> serialVersionUID error for com.sun.faces.ext.validator.RegexValidator, 500 -6431411235025636180, current: 1961950699958181806
> Can this safely be excluded?
--
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 jboss-jira
mailing list