[
http://opensource.atlassian.com/projects/hibernate/browse/ANN-502?page=all ]
Emmanuel Bernard moved HHH-2279 to ANN-502:
-------------------------------------------
Project: Hibernate Annotations (was: Hibernate3)
Key: ANN-502 (was: HHH-2279)
Component: validator
(was: metamodel)
Version: 3.2.0.cr2
(was: 3.2.0.cr2)
Cannot fully disable integration with Hibernate Validator
---------------------------------------------------------
Key: ANN-502
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-502
Project: Hibernate Annotations
Type: Improvement
Components: validator
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira