Community
Participate
Working Groups
Created attachment 171304 [details] NPE stack trace Validation of the following entity results in the attached NPE and no validation errors for this entity: @Entity public class Address { private int addressId; @OneToOne @MapsId @JoinColumn(name="ADDRESS_ID") private Address contact; }
I can no longer reproduce this exception. Everything seems to be working wrt this area.