[hibernate-issues] [Hibernate-JIRA] Commented: (BVAL-28) Types should be determined at runtime

Hardy Ferentschik (JIRA) noreply at atlassian.com
Tue Feb 3 06:36:38 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/BVAL-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32273#action_32273 ] 

Hardy Ferentschik commented on BVAL-28:
---------------------------------------

what is the state here. A ValidatorFactory.getValidator(Class clazz) does not seem to be part of the spec anymore.

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