I'm having some troubles with stored procedures that have optional parameters. Since our DB team sometime adds parameters to sprocs, but has them optional for backwards compatability, which works, exept in ibatis. I get a ArgumentOutOfRangeException at ParameterPropertyCollection.get_Item when these are added in. Probably a simple null check here would do the job. I'll add it in and submit a fix if other people are having this problem as well.
- Oddur

