Re: I Have an serailVersionUID Exception while runing Junit Test
Posted By:
Luigi_Viggiano
Posted On:
Tuesday, June 4, 2002 12:27 AM
This happens when a serialized object on the server is sent to a client but you have different version of the classes on the two sides. You have to re-synchronize the .class files, to make them match. Maybe an older jar in the classpath?