Re: Still see SQL in log for cached statements

2010-05-24 Thread Clinton Begin
With a read/write cache that is NOT serializable, it sort of eliminates any benefit of caching. This was a little confusing in iBATIS 2... but the only settings that really make sense together are: readOnly="true" serializable="false" readOnly="false" serializable="true" The first one is the def

Still see SQL in log for cached statements

2010-05-24 Thread Warren Bell
I am still seeing SQL for statements that should be cached when I turn logging on. Is that normal? And if so how do I know the cache is working? My cache configuration: serialize="false"> -- Thanks, Warren Bell ---