VCREG.XML configuration file

The configuration file vcreg.xml registers the validator and the converter to be used for the attributes of ARIS Risk & Compliance Manager object definitions (see Assign validator). In doing so, a name that refers to a fully qualified class name is defined for the validator or for the converter.

Example

<validator name="minlength"

clsName="com.idsscheer.webapps.arcm.bl.models.objectmodel.attribute.vc.validator.MinLengthValidator"

propertyKey="errors.minlength"/>

In this example, validator minlength is defined with its implementation being listed in the clsName attribute. For validators, a property is listed in the propertyKey attribute, which is displayed in the user interface if the validation is negative.