[hibernate-issues] [Hibernate-JIRA] Updated: (HV-551) @Size doesn't work on List with bounded wildcard
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Mon Jan 9 10:23:10 EST 2012
[ http://opensource.atlassian.com/projects/hibernate/browse/HV-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hardy Ferentschik updated HV-551:
---------------------------------
Fix Version/s: 4.3.0.next
> @Size doesn't work on List with bounded wildcard
> ------------------------------------------------
>
> Key: HV-551
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-551
> Project: Hibernate Validator
> Issue Type: Bug
> Affects Versions: 4.2.0.Final
> Reporter: Emerson Farrugia
> Assignee: Hardy Ferentschik
> Fix For: 4.3.0.next
>
>
> When I put @Size on a List<? extends Foo>, I get a 'javax.validation.UnexpectedTypeException: No validator could be found for type: java.util.List<? extends Foo>' exception.
> It looks like ConstraintTree.findSuitableValidatorTypes() doesn't consider org.hibernate.validator.constraints.impl.SizeValidatorForCollection to be a suitable type.
> I can't really debug further because the TypeUtils import is wrong in the Maven -sources artifact. The source code says 'import com.googlecode.jtype.TypeUtils;' but that class isn't on the classpath. It's probably been changed to org.hibernate.validator.jtype.TypeUtils, but the code for that class isn't packaged.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list