Ya, it's in the book, buy it! :-)
http://www.amazon.com/gp/product/1932394826?ie=UTF8&tag=ai0e-20&link_code=as3&camp=211189&creative=373489&creativeASIN=1932394826
Larry
On 6/6/07, Gwyn Evans <[EMAIL PROTECTED]> wrote:
On Wednesday, June 6, 2007, 11:59:47 AM, Larry <[EMAIL PROTECTED]> wrote:
On Wednesday, June 6, 2007, 11:59:47 AM, Larry <[EMAIL PROTECTED]> wrote:
> On 6/6/07, Meindert <[EMAIL PROTECTED]> wrote:
>> Is it by design that the object returned from the cache has the same object
>> reference as the on in the cache?
> In your cache definition, you have readonly="true", but
will only be cached for the current iBATIS 'session'
I'm running iBATIS in a web application, isn't there only one iBATIS
'session'? (When I start the web application for the first time)
Kind Regards
Meindert
-Original Message-
From: [EMAIL PROTECTED] [m
On 6/6/07, Meindert <[EMAIL PROTECTED]> wrote:
Is it by design that the object returned from the cache has the same object
reference as the on in the cache?
Yes, it is. This is intended to be a performance enhancing tweak for
the brave, but in your case it is a misconfiguration.
In your cache