Re: help on com.ibatis.common.beans.ProbeException

2005-05-18 Thread Brandon Goodin
What is the value that is actually getting passed back? Brandon On 5/17/05, Binh Tran <[EMAIL PROTECTED]> wrote: > Hi all, > When I tried to execute a procedure to return type NUMBER, I got this error > message. > > [java] Caused by: com.ibatis.common.beans.ProbeException: Could not set > proper

Re: help on com.ibatis.common.beans.ProbeException

2005-05-18 Thread Mark Bennett
I didn't test it myself but could it be that your parameter map says "int" but the actual type is "Integer"?   Mark  On 5/17/05, Binh Tran <[EMAIL PROTECTED]> wrote: Hi all,When I tried to execute a procedure to return type NUMBER, I got this errormessage. [java] Caused by: com.ibatis.common.beans.

help on com.ibatis.common.beans.ProbeException

2005-05-18 Thread Binh Tran
Hi all, When I tried to execute a procedure to return type NUMBER, I got this error message. [java] Caused by: com.ibatis.common.beans.ProbeException: Could not set property 'userId' for com.cellmania.cingular.user.UserParams. Cause: java.lang.IllegalArgumentException: argument type mismatch