Remove the AM !
I have used it without problem in Result and Parameter Map
<parameterMap id="EnfantsDossierSauver-params" class="Hashtable">
<parameter property="DateNaissance" column="DateNaissance"
nullValue="01/01/0001 00:00:00" />
<parameter property="LieuNaissance" column="LieuNaissance" />
....
<resultMap id="Dossier-result" class="Dossier">
<result property="Id" column="Id" />
<result property="DateSignature" column="DateSignature" />
<result property="Commentaire" column="Commentaire" />
<result property="DateTransmissionPrevue"
column="DateTransmissionPrevue" nullValue="01/01/0001 00:00:00" />
...
--
Cheers,
Gilles
<a href="http://www.amazon.com/gp/registry/6JCP7AORB0LE">Wish List</a>