]
Emmanuel Bernard resolved BVAL-28.
----------------------------------
Resolution: Fixed
Fix Version/s: 4.0.Alpha1
yep we fixed that a while ago
Types should be determined at runtime
-------------------------------------
Key: BVAL-28
URL:
http://opensource.atlassian.com/projects/hibernate/browse/BVAL-28
Project: Bean Validation
Issue Type: New Feature
Components: ri-general
Reporter: Emmanuel Bernard
Fix For: 4.0.Alpha1
More specifically
Person is a superclass of Customer
Customer cust = ...;
Validator<Person> personValidator = factory.getValidator(Person.class);
personValidator.validate(cust);
should return invalid constraints declared on Customer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: