And how would that error look like? Seems like this should work just
fine.

Niels

-----Original Message-----
From: Sol [mailto:[EMAIL PROTECTED] 
Sent: woensdag 22 maart 2006 18:04
To: [email protected]
Subject: Sql Map self call

I all, i'm totally new to IBatis so i need some piece of advices !

<resultMap class="potion.core.Processus" id="proc">
        <result property="id" column="id"/> 
        <result property="parent" select="getProcessusById" 
column="idOperationParent"/>
        <result property="idDetails" column="idDetailsEtape"/>
    </resultMap>
   
    <select id="getAllProcessus" resultMap="proc">
        select * from operation
    </select>


Is this kind of map executable by IBatis ? i'm getting a error.

Reply via email to