Not read only and not serializable turns off caching. That combination tells iBATIS that you can't use the original cached data (because you might change it, it's not read-only), and that it can't give you a copy of it either (because it isn't serializable).
Larry On Dec 7, 2007 6:08 AM, prakashsahu1 <[EMAIL PROTECTED]> wrote: > > How to test caching with iBatis. I am using readonly = "false" and its not > serializable > -- > View this message in context: > http://www.nabble.com/Caching-with-iBatis-tf4961975.html#a14212172 > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
