Re: Cached list from queryForList() ...

2006-11-15 Thread Eric Tan
a copy of the cached object and modifications are made to this copy and not the cached object. Regards, Eric - Original Message From: Eric Tan <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Wednesday, 8 November 2006 12:26:15 AM Subject: Re: Cached list from queryF

Re: Cached list from queryForList() ...

2006-11-07 Thread Eric Tan
read/write cache works?Thanks,Eric- Original Message From: Larry Meadors <[EMAIL PROTECTED]>To: user-java@ibatis.apache.orgSent: Monday, 6 November 2006 11:29:55 PMSubject: Re: Cached list from queryForList() ...Yes: Make sure that the cache is not marked as read-only.LarryOn 11/6/06,

Re: Cached list from queryForList() ...

2006-11-06 Thread Larry Meadors
Yes: Make sure that the cache is not marked as read-only. Larry On 11/6/06, Eric Tan <[EMAIL PROTECTED]> wrote: Hi, I was testing Spring Acegi Security's AfterInvocationProviderManager which deals with domain object instance security (ACL). With ibatis caching enabled and queryForList(), I

Cached list from queryForList() ...

2006-11-06 Thread Eric Tan
Hi,I was testing Spring Acegi Security's AfterInvocationProviderManager which deals with domain object instance security (ACL). With ibatis caching enabled and queryForList(), I realised that returned result list was the actual cached list. With AfterInvocationProviderManager performing object filt