Issue Type: Bug Bug
Affects Versions: 5.0.0.Final
Assignee: Hardy Ferentschik
Components: engine
Created: 30/Apr/13 5:14 AM
Description:

Something like this fails:

    <bean class="Foo" ignore-annotations="true">
        <method name="bar">
            <parameter type="Customer">
            <parameter type="int">
                <constraint annotation="javax.validation.constraints.Min">
                    <element name="value">1</element>
                </constraint>
            </parameter>
        </method>
    </bean>
Fix Versions: 5.0.1.Final
Project: Hibernate Validator
Priority: Major Major
Reporter: Hardy Ferentschik
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