[
http://opensource.atlassian.com/projects/hibernate/browse/HV-454?page=com...
]
Kevin Pollet reassigned HV-454:
-------------------------------
Assignee: Kevin Pollet
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
Assignee: 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...
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira