The InsertDeSerializer class only looks for property, type, and resultClass attributes. I've added an issue along with a patch in Jira for selectKey nodes to allow dynamic sql:
http://issues.apache.org/jira/browse/IBATISNET-143 I suppose InsertDeSerializer could be changed to allow a parameterMap...you should be using the selectKey node to do simple things like: SELECT SCOPE_IDENTITY() --- Eka Gautama <[EMAIL PROTECTED]> wrote: > Hi all, > > Is it possible a <SelectKey> element has a parameterMap? Any samples > please > :) > > Regards > > Eka > >

