[
http://opensource.atlassian.com/projects/hibernate/browse/HV-343?page=com...
]
Hardy Ferentschik resolved HV-343.
----------------------------------
Resolution: Fixed
Fix Version/s: 4.1.0.Final
This is already fixed for the 4.1.x releases
(
http://docs.jboss.org/hibernate/validator/4.1/reference/en-US/html_single...).
The documentation under stable (
http://docs.jboss.org/hibernate/stable/validator) will be
updated with the 4.1.0.Final release.
Package type in the documentation example
-----------------------------------------
Key: HV-343
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HV-343
Project: Hibernate Validator
Issue Type: Bug
Components: documentation
Affects Versions: 4.0.2.GA
Reporter: Roman Arkadijovych Muntyanu
Assignee: Hardy Ferentschik
Fix For: 4.1.0.Final
Original Estimate: 0.25h
Remaining Estimate: 0.25h
Document
http://docs.jboss.org/hibernate/stable/validator/reference/en/html_single
Example 6.1. Manual configuration of BeanValidationEvenListener
Contains typo in package name. Currently:
{code:xml}
<property
name="javax.persistence.validation.group.pre-persist">javax.validation.Default</property>
<property
name="javax.persistence.validation.group.pre-update">javax.validation.Default</property>
{code}
Should be
{code:xml}
<property
name="javax.persistence.validation.group.pre-persist">javax.validation.groups.Default</property>
<property
name="javax.persistence.validation.group.pre-update">javax.validation.groups.Default</property>
{code}
--
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