Also you should call voucher.setSettlement(s). JPA, by default, will not manage bi-directional referential integrity. The application has to do it. OpenJPA has a inverse manager -- you can activate that and most likely with the current code you will see an exception.
But asking OpenJPA to check referential integrity of bi-directional relation is costly. ----- Pinaki -- View this message in context: http://openjpa.208410.n2.nabble.com/Update-statements-not-generated-for-a-OneToMany-mapping-with-persistent-entity-tp6476296p6476807.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
