[jboss-dev] SerialVersion UID mismatch
Rajesh Rajasekaran
rrajasek at redhat.com
Thu Oct 18 12:54:05 EDT 2007
There is a mismatch on the SerialVersionUID's for the following three
classes.
javax.xml.rpc.JAXRPCException
javax.xml.rpc.ServiceException
javax.xml.soap.SOAPException
in the jboss-4.2.2.GA release
<testcase
classname="org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase"
name="test405Compatibility" time="67.739">
<failure message="Failures on
SerialVersionComparisson:javax.xml.rpc.JAXRPCException,
javax.xml.rpc.ServiceException,
javax.xml.soap.SOAPException"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
Failures on SerialVersionComparisson:javax.xml.rpc.JAXRPCException,
javax.xml.rpc.ServiceException,
javax.xml.soap.SOAPException
at
org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase.test405Compatibility(SerialVersionUIDUnitTestCase.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
</failure>
</testcase>
The org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase has
been silently failing on the continuous runs due to a classpath issue in
the testsuite which i just fixed.
Due to the JBossWS upgrade in 4.2.2.GA should we add these classes to
the list of bad packages in the testsuite or is this something to worry
about?
THanks
Rajesh
More information about the jboss-development
mailing list