All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.beanvalidation.tck.tests.xmlconfiguration.validation-XmlConfigurationTest.xml Maven / Gradle / Ivy

There is a newer version: 2.0.6
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Bean Validation TCK

    License: Apache License, Version 2.0
    See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.

-->
<validation-config xmlns="http://jboss.org/xml/ns/javax/validation/configuration"
                   xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration validation-configuration-1.0.xsd"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <constraint-mapping>org/hibernate/beanvalidation/tck/tests/xmlconfiguration/order-constraints.xml</constraint-mapping>
    <constraint-mapping>org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints.xml</constraint-mapping>
    <property name="javax.validation.test">foobar</property>
</validation-config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy