Additional info: happened while saving a parent EC that has one child EC with a whole lot of new objects, with some of them including references to new objects that had been created separately while the routine ran, in separate ECs. Both parent and child are autolocking. setRetainRegisteredObjects( true ) is set.
Maik Am 19.12.2012 um 10:13 schrieb Maik Musall <[email protected]>: > Hi, > > has anyone seen something like this before? > > java.lang.NullPointerException > at > com.webobjects.eoaccess.EODatabaseContext._verifyNoChangesToReadonlyEntity(EODatabaseContext.java:4700) > at > com.webobjects.eoaccess.EODatabaseContext.performChanges(EODatabaseContext.java:6187) > at > com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingContext(EOObjectStoreCoordinator.java:376) > at > com.webobjects.eocontrol.EOEditingContext.saveChanges(EOEditingContext.java:3192) > at er.extensions.eof.ERXEC._saveChanges(ERXEC.java:1176) > at er.extensions.eof.ERXEC.saveChanges(ERXEC.java:1099) > > Maik _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
