Hi all,
Whenever I am trying to deploy an entity bean which extends a Value Object class, I am getting the following error. I am generating the deployed code using VAJ 3.5. The details of the error are as follows
RemoteException occurred in server
thread; nested exception is:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ; nested exception is:
java.rmi.RemoteException: ; nested exception is:
java.io.InvalidClassException: aaa.bbb.abcVO; Local class not compatible: stream classdesc serialVersionUID=8598675231508392617 local class serialVersionUID=-3364424399558928580
Any help/suggestions???