Re: Cache in iBATIS 3.0

2009-09-07 Thread Håkan Andersson
a.sql.Connection - xxx Connection Closed > > > > Best Regards > Håkan Andersson > > > On 06/09/09 09:21, Clinton Begin wrote: > > I'm not quite sure about your question... > > > > * What are you referring to when you say "the custom c

Re: Cache in iBATIS 3.0

2009-09-07 Thread Clinton Begin
21, Clinton Begin wrote: > > I'm not quite sure about your question... > > > > * What are you referring to when you say "the custom cache" -- I'm > > assuming that's something you've implemented. > > > > * How are you hooking it into y

Re: Cache in iBATIS 3.0

2009-09-07 Thread Håkan Andersson
* Can you provide a simple unit test to demonstrate the behavior (e.g. > you could just use a simple hashmap implementation). > > Cheers, > Clinton > > 2009/9/3 Håkan Andersson <mailto:hakan.anders...@evertiq.com>> > > Hi > > I have been playing a little with the

Re: Cache in iBATIS 3.0

2009-09-06 Thread Clinton Begin
behavior (e.g. you could just use a simple hashmap implementation). Cheers, Clinton 2009/9/3 Håkan Andersson > Hi > > I have been playing a little with the custom cache in ibatis 3.0 Beta 3, > but I can't see that the putObject is fired, is there any special > conditio

Cache in iBATIS 3.0

2009-09-03 Thread Håkan Andersson
Hi I have been playing a little with the custom cache in ibatis 3.0 Beta 3, but I can't see that the putObject is fired, is there any special condition that needs to be fulfilled before it will happen? hasKey, getObject and getReadWriteLock all get fired when it should but not putObject.