Когда Дозер маппирует объект с полем типа LIST содержащим 1 объект в результате получается Объект с полем типа List но уже с двумя одинаковыми объектами? В чем может быть дело?
When Dozer are mapped to the object type field contains a LIST object in the result object with a field of type List but with the same two objects? What could be wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Иерархия классов и код конвертации, а также карта маппинга
When Dozer are mapped to the object type field contains a LIST object in the result object with a field of type List but with the same two objects? What could be wrong?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
http://sourceforge.net/tracker/?func=detail&aid=3385226&group_id=133517&atid=727368
See if this is the same issue. If it is, the work around is to <field-exclude> the list fields in the mapping for your super classes.