[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2279) Cannot fully disable integration with Hibernate Validator

Jacek Chleborowicz (JIRA) noreply at atlassian.com
Fri Dec 1 11:28:04 EST 2006


Cannot fully disable integration with Hibernate Validator
---------------------------------------------------------

         Key: HHH-2279
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2279
     Project: Hibernate3
        Type: Improvement

  Components: metamodel  
    Versions: 3.2.0.cr2    
    Reporter: Jacek Chleborowicz
    Priority: Minor


I use Hibernate Validator for application-level validation. 
I disabled pre-insert and pre-update event listeners from Hibernate Validator.
I allow persisting data, which doesn't match validation rules defined by Hibernate Validator annotations.

Unfortunately Hibernate Validator is used in metamodel construction and i cannot disable it. 
For example, if i use @NotNull annotation, i've got: PropertyValueException with message "not-null property references a null or transient value: ...", because @NotNull annotation is recognized in metamodel construction.

There should be configuration property defining if Hibernate integrates with Hibernate Validator. It should enable/disable:
- usage of Hibernate Validator in metamodel construction;
- registration of Validator event listeners.



-- 
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