Re: QueryforList and Generics

2007-12-13 Thread Jeff Butler
this is valid for all? > > > > maybe in the bean or something else? > > > > bye > > > > > > > > > > > > > > > > > > > > > > > > On Dec 13, 2007 7:38 PM, Brian Parkinson <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > &

Re: QueryforList and Generics

2007-12-13 Thread Larry Meadors
> > > > > > > > > > On Dec 13, 2007 7:38 PM, Brian Parkinson <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > Hi Stefano: > > > > > > > > > > > > Just put that magic line right above the meth

Re: QueryforList and Generics

2007-12-13 Thread Stefano Tranquillini
; parki... > > > > > > > > > > > > > > > -- > > > > > > *From:* Stefano Tranquillini [mailto: [EMAIL PROTECTED] > > > *Sent:* Thursday, December 13, 2007 12:37 PM > > > * To:* user-java@ibatis

Re: QueryforList and Generics

2007-12-13 Thread Jeff Butler
> > > > > parki... > > > > > > > > > > -- > > > > *From:* Stefano Tranquillini [mailto:[EMAIL PROTECTED] > > *Sent:* Thursday, December 13, 2007 12:37 PM > > *To:* user-java@ibatis.apache.org > > *

RE: QueryforList and Generics

2007-12-13 Thread Niels Beekman
user-java@ibatis.apache.org Subject: Re: QueryforList and Generics Hi, there is a "little" problem i've 100 total warning in a 68 strutc action. there isn't a place where put the "Magic string" and this is valid for all? maybe in the bean or something else? bye On Dec 13

Re: QueryforList and Generics

2007-12-13 Thread Stefano Tranquillini
t:* Thursday, December 13, 2007 12:37 PM > *To:* user-java@ibatis.apache.org > *Subject:* Re: QueryforList and Generics > > > > Where? > but, this is the only way to resolve? > there isn't a methtod to resolve it? > > On Dec 13, 2007 7:33 PM, Jeff Butler <[EM

RE: QueryforList and Generics

2007-12-13 Thread Brian Parkinson
Subject: Re: QueryforList and Generics Where? but, this is the only way to resolve? there isn't a methtod to resolve it? On Dec 13, 2007 7:33 PM, Jeff Butler <[EMAIL PROTECTED] > wrote: Add this annotation: @SuppressWarnings("unchecked") Jeff Butler On Dec 13, 2

Re: QueryforList and Generics

2007-12-13 Thread Stefano Tranquillini
Where? but, this is the only way to resolve? there isn't a methtod to resolve it? On Dec 13, 2007 7:33 PM, Jeff Butler <[EMAIL PROTECTED]> wrote: > Add this annotation: > > @SuppressWarnings("unchecked") > > Jeff Butler > > > On Dec 13, 2007 12:24 PM, Stefano Tranquillini < > [EMAIL PROTECTED]> w

Re: QueryforList and Generics

2007-12-13 Thread Jeff Butler
Add this annotation: @SuppressWarnings("unchecked") Jeff Butler On Dec 13, 2007 12:24 PM, Stefano Tranquillini < [EMAIL PROTECTED]> wrote: > Hi everybody. > I've a problem. How i can resolve the warning when i try to do this: > > List contatti = null; > contatti = > sqlMap.getSqlMap().queryFo

QueryforList and Generics

2007-12-13 Thread Stefano Tranquillini
Hi everybody. I've a problem. How i can resolve the warning when i try to do this: List contatti = null; contatti = sqlMap.getSqlMap().queryForList("get_Contatti_from_Nome_Cognome_Questionario_aggiungi", aq); the warning is: found : java.util.List required: java.util.List tnx bye -- Stefan