Last active
August 29, 2015 13:56
-
-
Save DemkaAge/8999225 to your computer and use it in GitHub Desktop.
JSR-303 validation config xml META-INF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<validation-config | |
xmlns="http://jboss.org/xml/ns/javax/validation/configuration" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration validation-configuration-1.0.xsd"> | |
<message-interpolator><pathTo>CustomMessageInterpolator</message-interpolator> | |
</validation-config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment