[hibernate-issues] [Hibernate-JIRA] Resolved: (HV-449) Remove interface check in BeanMetaDataImpl#newGroupSequenceProviderInstance()

Hardy Ferentschik (JIRA) noreply at atlassian.com
Thu Mar 10 10:12:08 EST 2011


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

Hardy Ferentschik resolved HV-449.
----------------------------------

    Resolution: Fixed

> Remove interface check in BeanMetaDataImpl#newGroupSequenceProviderInstance()
> -----------------------------------------------------------------------------
>
>                 Key: HV-449
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-449
>             Project: Hibernate Validator
>          Issue Type: Improvement
>          Components: engine
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Kevin Pollet
>            Assignee: Kevin Pollet
>            Priority: Minor
>             Fix For: 4.2.0.CR1
>
>
> By removing the interface check in {{BeanMetaDataImpl#newGroupSequenceProviderInstance()}}, the behavior will be consistent. Consequently, an invocation of this method will throw an {{InstantiationException}} if the provider class (not limited to this case):
> * is an {{interface}}
> * is an {{abstract}} class
> * doesn't provide a default constructor

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