[jboss-user] [JBoss Cache Users] - Re: Serialization problem using JDBC cache loader and MySQL

bstansberry@jboss.com do-not-reply at jboss.com
Tue Oct 13 13:35:47 EDT 2009


I suspect you have different versions of the class on the classpath.

Caused by: java.io.InvalidClassException: com.company.generated.MyNode; local class incompatible:
  | stream classdesc serialVersionUID = 1, local class serialVersionUID = -7258818124315218931

JBoss is not generating that local class serialVersionUID = -7258818124315218931; that comes from the JRE, which must be seeing a different version of the class.

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

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



More information about the jboss-user mailing list