[hibernate-issues] [Hibernate-JIRA] Created: (HV-343) Package type in the documentation example

Roman Arkadijovych Muntyanu (JIRA) noreply at atlassian.com
Fri Jun 25 06:50:09 EDT 2010


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


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list