Re: [ibatis3] Throubles on caching pt2

2009-12-10 Thread Simone Tripodi
Hi Clinton, yes indeed, I found a closed jira issue about that after I sent the email on ML. How to proceed? Should I reopen the existing issue or jusr create a new one? Thanks in advance, best regards, Simone On Thu, Dec 10, 2009 at 2:34 PM, Clinton Begin wrote: > Hmmm... > > I had thought we fi

Re: [ibatis3] Throubles on caching pt2

2009-12-10 Thread Clinton Begin
Hmmm... I had thought we fixed that. Just in case, file a jira ticket and I'll have a look. I believe the intended behavior is that it should always cache, unless rollback is called. Clinton On 2009-12-09, Simone Tripodi wrote: > Hi all guys, > I've been porting my old stuff to the version 3

[ibatis3] Throubles on caching pt2

2009-12-08 Thread Simone Tripodi
Hi all guys, I've been porting my old stuff to the version 3 and I noticed queries are stored only and only if I force the session commit. I didn't understand if this is the right way to proceed or maybe I miss something, can anyone please give me a more detailed explaination? This morning I switch