I downloaded the vanilla installation from the IBatis website and copied the config file over with the following line in it:
<setting validateSqlMap="false"/> Changing it to true earlier would have probably saved me tons of time. Thanks again. Zarar -------Original Message------- > From: Ron Grabowski <[EMAIL PROTECTED]> > Subject: RE: TypeHandler Problem using <parameterMap> > Sent: 19 Aug '05 09:48 > > There is a setting in the sqlMapConfig file that validates the > structure of sqlMap files. I believe the setting is: > > validateSqlMaps="true" > > Did you have that on? It may default to false. > > --- Zarar Siddiqi <[EMAIL PROTECTED]> wrote: > > > > > It's amazing what a two-hour break and a cup of tea can do for you. > > The code posted in the earlier message was 100% correct EXCEPT the > > following word: parmaterMap > > > > Thanks to David for pointing me in the right direction. > > > > Zarar > -------Original Message-------

