posted 11 years ago
Hi,
I am trying to persist the following entity:
But the error comes out:
During synchronization a new object was found through a relationship that was not marked cascade PERSIST: entity.PostEntity@16afec.
but when I try to persist PostEntity, it is persisted. No such exception is thrown:
Why it is happening? UserEntity is:
I am using EclipseLink