I changed some of my parameterClass attributes to use "Integer" instead of "int" and everythying continued to work. I did noticed that the table of type aliases in the pdf was missing one or two aliases. I'll try and correct that soon.
--- Tuncay Baskan <[EMAIL PROTECTED]> wrote: > > > > According to page 40 of "Data Mapper Guide-1.2.1.pdf", the > > parameterClass of "Integer" is a type alias for System.Int32. Other > > type aliases for System.Int32 include Int32, int, Int, and integer. > > That's interesting. I didn't read that guide line by line. After > changing "Integer" to "int" error went away. Like I said I'll look at > it tomorrow..

