Re: Strange error

2018-03-17 Thread Chuck Hill
That method gets called for all entities, not just read only ones. The check for being read-only is inside the method. Some state inside EOF is messed up. Are you doing anything with database operations in your app? Or it could be concurrency and unlocked EOF access that is scrambling the

Re: Strange error

2018-03-17 Thread Ricardo Parada
Hi Michael, It appears one of the objects being saved is for a read only entity. Can you tell if that is what is going on? Ricardo > On Mar 17, 2018, at 11:34 AM, Michael Kondratov > wrote: > > Hello! > I am getting a new strange error in our new WO

Strange error

2018-03-17 Thread Michael Kondratov
Hello! I am getting a new strange error in our new WO application: java.lang.NullPointerException at com.webobjects.eoaccess.EODatabaseContext._verifyNoChangesToReadonlyEntity(EODatabaseContext.java:4700) at