|
I have a couple of fields of a JPA Entity Class annotated with @NotEmpty. I am getting Constraint Violation Exception for the field of type List. All other fields (e.g. Strings) that have the annotation are fine.
I have put together a small project that isolates the issue. If you run the AccountTester.class you should the Exception.
|