Project

General

Profile

« Previous | Next » 

Revision b9fab907

Added by Andreas Müller 8 months ago

move NoDuplicateNamesValidator to api.validation package to split service layer from other modules, see also last commit

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/validation/name/TaxonName-Constraints.xml
9 9
    </bean>
10 10
    <constraint-definition annotation="eu.etaxonomy.cdm.validation.annotation.NoDuplicateNames">
11 11
        <validated-by include-existing-validators="false">
12
            <value>eu.etaxonomy.cdm.validation.constraint.NoDuplicateNamesValidator</value>
12
            <value>eu.etaxonomy.cdm.api.validation.constraint.NoDuplicateNamesValidator</value>
13 13
        </validated-by>
14 14
    </constraint-definition>
15 15
</constraint-mappings>

Also available in: Unified diff