You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by jeremy jardin <je...@newtec.caisse-epargne.fr> on 2006/07/12 09:15:14 UTC

request using beanExample

Hello,
 
I'm trying to launch a request using a beanExample .. I've logged the
sql request, and I can see that this request should answers 1 result.
 
After all. my resultList is empty, and I don't know why.
 
Any idea ?
 

Re: request using beanExample

Posted by Larry Meadors <lm...@apache.org>.
Do you have a resultMap or resultClass for the select?

Larry


On 7/11/06, jeremy jardin <je...@newtec.caisse-epargne.fr> wrote:
>
>
>
>
> Hello,
>
>
>
> I'm trying to launch a request using a beanExample .. I've logged the sql
> request, and I can see that this request should answers 1 result.
>
>
>
> After all. my resultList is empty, and I don't know why.
>
>
>
> Any idea ?
>
>