| Pondering about this fix I think we made a mistake, @NotFound should throw an exception when @OneToOne association is not marked as optional and the association is null. The aim of @NotFound is only to avoid an exception in case the association is not null but cannot be resolved. |