I think you need to update your multiplicity from "*" to "1" on your dependent table even though it is a one-to-many association. I was getting this error for a many-to-many association and this seemed to fix it.
↧
I think you need to update your multiplicity from "*" to "1" on your dependent table even though it is a one-to-many association. I was getting this error for a many-to-many association and this seemed to fix it.