Project

General

Profile

bug #6324

Updated by Andreas Kohlbecker over 6 years ago

the the dozer mapping file `/cdmlib-remote/src/main/resources/eu/etaxonomy/cdm/remote/dto/tdwg/mappings-deep.xml` a per field mapping is defined for synonymRelations which is no longer valid after the removal of the synonym relations. 

 ~~~xml 
         <field> 
           <a>synonymRelations</a> 
           <b>hasRelationship</b> 
           <a-hint>eu.etaxonomy.cdm.model.taxon.TaxonRelationship</a-hint> 
           <b-hint>eu.etaxonomy.cdm.remote.dto.tdwg.voc.Relationship</b-hint> 
         </field> 
 ~~~  

 up to date dozer documentation if found at https://dozermapper.github.io/gitbook/

Back