I have a very simple parent/child entity setup with a onetomany from the parent and manytoone on the child.
I create the parent, create the child, add the child to the parent collection and persist the parent. At that point OpenJPA is trying to insert the child before the parent which results in a parent not found fk violation. I'm I missing something or to I have to manually persist the parent first then add the children? Patrick
