[hibernate-issues] [Hibernate-JIRA] Created: (HV-405) Hibernate validator doesn't work well on JDK5

Kevin Pollet (JIRA) noreply at atlassian.com
Sun Dec 5 08:30:13 EST 2010


Hibernate validator doesn't work well on JDK5
---------------------------------------------

                 Key: HV-405
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-405
             Project: Hibernate Validator
          Issue Type: Bug
          Components: engine
    Affects Versions: 4.x
            Reporter: Kevin Pollet
            Assignee: Hardy Ferentschik
            Priority: Blocker
             Fix For: 4.2.0.Beta1


Hibernate Validator doesn't work well with JDK 5 because of an Arrays.copyOf call which is available since JDK 6.

Exception in thread "main" java.lang.NoSuchMethodError: java.util.Arrays.copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
at org.hibernate.validator.engine.ValidatorImpl.determineGroupExecutionOrder(ValidatorImpl.java:194)
at org.hibernate.validator.engine.ValidatorImpl.validate(ValidatorImpl.java:120)

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