posted 16 years ago
MY scenario is:
(1) My queue has old JMS object Message .Lets say the message in the queue has the serialized object of type class mail
(2)Due to a new requirement I have added a new method to the class mail
(3)Now if try to retrive the object mail from the old message in the queue,I get a "weblogic.jms.common.JMSException: Error deserializing object(local class incompatible: stream classdesc serialVersionUID = 500568024477408449, local class serialVersionUID = 3652857871964423418
)" .
Is there is any mechanism to overcome this since my requirement demands me to add a new method to the mail class.
Can any one please help me out .
Regards,
Magesh.S