Skip to content

Instantly share code, notes, and snippets.

@DemkaAge
Last active August 29, 2015 13:56
Show Gist options
  • Save DemkaAge/8999225 to your computer and use it in GitHub Desktop.
Save DemkaAge/8999225 to your computer and use it in GitHub Desktop.
JSR-303 validation config xml META-INF
<?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