Ewww.....yes. This was causing inconsistent behaviour between parameter maps and result maps and it was therefore necessary to simply always return true. Basically a Map doesn't have properties and you can always set any value.
This is just one reason why I always recommend using JavaBeans for 99% of your work. Maps are inconsistent, unpredictable, not typesafe and slow. Cheers, Clinton On Tue, 14 Dec 2004 23:41:24 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can someone provide me with information regarding this entry in the 2.0.8 > changelog: > > o Probes now always return true for hasReadable/hasWriteable property checks. > > Is there a thread about this? Or can someone brief me on it? > > I'm looking to upgrade my version of iBatis and I think this modification has > possibly changed the behaviour of the isPropertyAvailable tag. We use this tag > on Map instances as a parameterClass and it doesn't seem to behave like it > does > in 2.0.7. > > I'd like to dig further, so I was wondering what the intent of this > modification > was... > > Regards, > Philippe >

