That worked....I had changed my insert statements to update...because I don't care about an object being returned...I just want to verify that an insert occurred. So I switched to update and tested the result count that came back.
I just changed my code to use insert method instead...and the selectKey works! Thanks guys!!! Jay -- View this message in context: http://www.nabble.com/selectKey-and-parameterMap-issue-tf2118776.html#a5855213 Sent from the iBATIS - User - Java forum at Nabble.com.
