It means that Show.overlay has a reference to object id 169378, but that reference no longer exists. Basically, this means that your data model has probably become corrupt; you probably should have a foreign key in place that would restrict or null or something when deleting overlay records.
-Patrick On Jan 29, 2008 3:44 AM, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: > Can someone shed some light on this message? > > 4644 pu WARN [main] openjpa.Runtime - Detected possible orphaned > reference to deleted object "169378" in > "com.joost.model.show.Show.overlay". > > thanks > > geir > > -- Patrick Linskey 202 669 5907
