found another case where no relationship is involved, but also the object
is moved to a new local Context

the error occurs then when trying to the readProperty id

public String getId() {

beforePropertyRead("id");

return this.id;

}


id is defined as primary key and mandatory


Am Do., 14. Nov. 2024 um 15:13 Uhr schrieb Andrus Adamchik <
aadamc...@gmail.com>:

> FaultFailureExceptions are usually caused by referential integrity
> problems in DB. But this one is unusual as it references a TEMP ID (i.e. an
> uncommitted object). I don't think I've seen this flavor. Can you provide
> some more context around the error. I.e. what code leads to this.
>
> Andrus
>
>
> > On Nov 14, 2024, at 9:07 AM, Markus Reich <reich.mar...@gmail.com>
> wrote:
> >
> > Hi,
> >
> > in my production environment sometimes I get the following errors:
> >
> > FaultFailureException
> >
> > [v.4.2.1 Jun 14 2024 07:43:08] Error resolving fault, no matching row
> > exists in the database for ObjectId:
> > <ObjectId:Recipes,TEMP:-639058002>
> >
> >
> > they are not specific to a certain object and I did get it
> > reproducible to debug it :-/
> >
> >
> > Maybe someone has some hints or tipps to get the root of evil?
> >
> >
> > regards
> >
> > Meex
>
>

-- 
*Markus Reich*
Waldweg 62
6393 St. Ulrich am Pillersee
reich.mar...@gmail.com

Reply via email to