> 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. > >
