Issue Type: Bug Bug
Affects Versions: 5.0.0.Alpha1
Assignee: Unassigned
Components: engine
Created: 26/Nov/12 1:10 PM
Description:

In MethodValidationContext do the following:

if ( value != null && ReflectionHelper.isIterable( value.getClass() ) ) {
    value = ReflectionHelper.getIndexedValue( value, getIterableIndex( path ) );
}

That fails if value is iterable but not indexable, e.g. sets.

Fix Versions: 5.x
Project: Hibernate Validator
Priority: Major Major
Reporter: Gunnar Morling
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira