Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] During synchronization a new object was found through a relationship that was not marked cascade PERSIST:

This exception indicates that there is a non-managed object related to an object that is managed.

e.g. You have a relationship between A and B without cascade persist. You create an A, related it to a B and then persist the A without persisting the B.

-Tom

Michael Simons wrote:
Hello,

I’ve got the exception mentioned in the subject although the relation is marked cascade PERSIST.

Any ideas what might cause this?

Is this a known bug?

We’re using EL 2.1.3

Kind Regards,

Michael Simons


------------------------------------------------------------------------

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top