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 Michael Planamente <mi...@cigersoft.be> on 2007/07/09 11:46:50 UTC

Problem while extending resultMap


> Hi all,
> 
> is it possible to extend a resultmap that is declared in an other SqlMap file?
> 
> SqlMapA contains resultMapA
> SqlMapB should Contain resultMapB that extends resultMapA
> 
> i've tried with no success(using ibatis 2.3)
> I'm using the namspaces, I've well verified the names, declaration orders in sql-map-config.xml(super before sub)
> 
> thank you in advance,
> Michael.
> 
>