Fixed
Details
Assignee
UnassignedUnassignedReporter
Kevin PolletKevin PolletBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Kevin PolletComponents
Fix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Unassigned
UnassignedReporter
Kevin Pollet
Kevin PolletBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Kevin Pollet
Components
Fix versions
Affects versions
Priority
Created December 5, 2010 at 3:29 PM
Updated January 14, 2011 at 9:51 PM
Resolved December 14, 2010 at 5:32 PM
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)