[hibernate-issues] [Hibernate-JIRA] Created: (HV-454) Fix a mistake in the reference guide about custom properties supported by Hibernate Validator

Kevin Pollet (JIRA) noreply at atlassian.com
Wed Mar 16 07:18:08 EDT 2011


Fix a mistake in the reference guide about custom properties supported by Hibernate Validator
---------------------------------------------------------------------------------------------

                 Key: HV-454
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-454
             Project: Hibernate Validator
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 4.2.0.Beta2
            Reporter: Kevin Pollet
             Fix For: 4.2.0.CR1


Currently the reference guide says that (end of section 4.1):
{quote}
Hibernate Validator does currently not make use of any custom properties.
{quote}

This is false because now Hibernate Validator has a custom property {{hibernate.validator.fail_fast}} which can be used in the configuration file like this:
{code}
<validation-config>
    <default-provider>org.hibernate.validator.HibernateValidator</default-provider>

    <property name="hibernate.validator.fail_fast">true</property>
</validation-config>
{code}

See http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html_single/#d0e1993

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list