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

Hardy Ferentschik (JIRA) noreply at atlassian.com
Mon Jun 28 05:59:09 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HV-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        


More information about the hibernate-issues mailing list