-
Bug
-
Resolution: Done
-
Blocker
-
4.3.0.GA_CP02_FP01
-
None
-
JDK 1.5
Most of the tests in the EJB3 testsuite result in a failure caused by:
Caused by: java.io.InvalidClassException: org.jboss.ejb3.remoting.BaseRemoteProxy; local class incompatible: stream classdesc serialVersionUID = 1126421850898582900, local class serialVersionUID = -2711693270411201590
...
The serialVersionUID of org.jboss.ejb3.remoting.BaseRemoteProxy (located in client/jbossall-client.jar) changed between 4.3.0.GA_CP01 and 4.3.0.GA_CP02 and it seems the jar in FP01 is based on CP01 instead of CP02 (or something completely different).
See JBPAPP-1004 for details on the change between CP01 and CP02.