Re: NumberFormatException: For input string:

2007-02-05 Thread dridi
Nereida gmail.com> writes: > > Hi all, > i 'm working with abotor. i succed to do delete,insert and update queries but i can't do the select one. please if you can send me an example of java code i 'll be very gratefull. thank's a lot;

Re: NumberFormatException: For input string: ""

2006-11-06 Thread Nereida
Thanks Jeff. On 11/6/06, Jeff Butler <[EMAIL PROTECTED]> wrote: Sort of - we didn't support nested tags before version 2.2.0. If you need to stick with an older version of iBATIS, then regenerate your objects with Abator - but specify generatorSet="Legacy" on your . Jeff Butler On 11/6/06,

Re: NumberFormatException: For input string: ""

2006-11-06 Thread Jeff Butler
Sort of - we didn't support nested tags before version 2.2.0.  If you need to stick with an older version of iBATIS, then regenerate your objects with Abator - but specify generatorSet="Legacy" on your .   Jeff Butler  On 11/6/06, Nereida <[EMAIL PROTECTED]> wrote: Thanks JeffIs it a bug of previ

Re: NumberFormatException: For input string: ""

2006-11-06 Thread Nereida
Thanks Jeff Is it a bug of previous versions? On 11/6/06, Jeff Butler <[EMAIL PROTECTED]> wrote: Upgrade to iBATIS version 2.2.0. Jeff Butler On 11/6/06, Nereida <[EMAIL PROTECTED]> wrote: > Hi all, > i'm trying to get iBatis work with Abator. > I'm able to selct, update and delete by pri

Re: NumberFormatException: For input string: ""

2006-11-06 Thread Jeff Butler
Upgrade to iBATIS version 2.2.0.   Jeff Butler     On 11/6/06, Nereida <[EMAIL PROTECTED]> wrote: Hi all,i'm trying to get iBatis work with Abator.I'm able to selct, update and delete by primary key but in get an error when i try to select by example:   TaskExample te = new TaskExample();