I am facing issues with serial version id mismatch.
My server is having code with serialVersionID=20150301L; and myt client code is having diffrent so changed it manually but still facing the same issues.
Error:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.io.InvalidClassException: com.fedex.supplies.j2ee.common.client.reqresp.CustomerDataRequest; local class incompatible: stream classdesc serialVersionUID = 20150901L, local class serialVersionUID = -955959537118369236.
I tried option like implementing serilizable,manually defined serialVersionID same as server but getting the same error each time.