On 9/11/07, Jonathan Alvarsson <[EMAIL PROTECTED]> wrote: > > On 9/11/07, Niels Beekman <[EMAIL PROTECTED]> wrote: > > > > My first guess was right, iBATIS tries to cast primitive arrays to > > Object arrays, this is not allowed. Following is a patch that fixes this, I > > don't know if this is the best way to fix it. You could apply this patch and > > build iBATIS yourself, in any case, please raise a JIRA issue @ > > http://issues.apache.org/jira/browse/IBATIS. > > > > This sounds somewhat broken. What's a JIRA issue? And how do you do things > like this without recompiling iBatis? (Which I won't like the day I want to > update...) >
Something like this: <https://issues.apache.org/jira/browse/IBATIS-456> I guess... -- // Jonathan
