[jboss-user] [JBossCache] - Re: java.io.NotSerializableException: java.lang.Object -Clus

bstansberry@jboss.com do-not-reply at jboss.com
Mon Jul 24 11:49:35 EDT 2006


The problem isn't that any application class or iBatis class isn't Serializable.  It's that one of the fields of one of those classes is of type java.lang.Object.  That field is not Serializable, because java.lang.Object isn't. You need to find that field.

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

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



More information about the jboss-user mailing list