nullValue and empty Sring

2008-07-09 Thread CarloV
If i want to set a nullValue replacement for an empty String i use this in an explicit parameterMap If i want to do the same thing using inline parameters how should i write the statement? I tried whit #codCopiaEsito,jdbcType=CHAR,nullValue=""# and #codCopiaEsito,jdbcType=CHAR,nullValue=#

Re: inner class

2008-07-09 Thread CarloV
gt; > /Gwyn > > On Tue, Jul 8, 2008 at 3:48 PM, CarloV > <[EMAIL PROTECTED]> > wrote: > >> >> Yes, they are italian names. >> >> Thanks, i will try, even if this could be a serious problem in cases >> where >> i've no control about th

Re: inner class

2008-07-08 Thread CarloV
t; > Larry > > > PS: Are those Italian names? > > > On Tue, Jul 8, 2008 at 8:29 AM, CarloV > <[EMAIL PROTECTED]> wrote: >> >> Hi Larry >> i've read your book "iBATIS in action", great book for a great tool! >> >>

Re: inner class

2008-07-08 Thread CarloV
tCodEsito(String codEsito) { this.codEsito = codEsito; } } Larry Meadors wrote: > > Is the inner class static? > > Larry > > > On Tue, Jul 8, 2008 at 7:08 AM, CarloV > <[EMAIL PROTECTED]> wrote: >> >> I tried to u

inner class

2008-07-08 Thread CarloV
I tried to use an inner class in a resultMap. If i use the full name like it.scscomputers.storpa.model.Prova.AzioneEsito i've got a ClassNotFoundExcemption. Then as reported here http://www.mail-archive.com/user-java@ibatis.apache.org/msg02492.html i used the '$' instead of '.'. But i've got an