[
http://jira.jboss.com/jira/browse/JBAS-3488?page=comments#action_12341494 ]
Scott M Stark commented on JBAS-3488:
-------------------------------------
This is due to the update to javamail 1.4. The com.sun.* classes need to be excluded, the
MessagingException error is due to an incompatible change in the serialVersionUID from
implicit to explicit:
https://glassfish.dev.java.net/source/browse/glassfish/mail/src/java/java...
We really should not be updating to javamail 1.4 because of this.
Test failure -
org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase
-----------------------------------------------------------------------------
Key: JBAS-3488
URL:
http://jira.jboss.com/jira/browse/JBAS-3488
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-4.0.5.CR1
Reporter: Rajesh Rajasekaran
Assigned To: Scott M Stark
Fix For: JBossAS-4.0.5.CR1
Testcase fails due to mismatch in the serialVersionUID for the following classes
serialVersionUID error for com.sun.mail.imap.protocol.IMAPAddress, 402
8521988318229345991, current: -3835822029483122232
serialVersionUID error for javax.mail.MessagingException, 402 -6388198985190878204,
current: -7569192289819959253
http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.0-testsuite-sun-1.4/2...
http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.0-testsuite-sun-1.4/2...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira