Hi, 

I have a this problem - a class is serialized and saved in a database a while 
ago. It is saved as byte[]. Now, this same class in the code branch has a 
different serialUID than the one serialized before. Also two more fields and 
methods were added to the new class. Can I use javaassist somehow to inject the 
changes into the obsolete class. Indeed, when I deploy my ear and try to read 
the class, the ObjectIntputStream throws Exception as the UID of the class in 
ear is differen from the one trying to deserialized.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893752#3893752

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893752


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to