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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...