Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
core-1.4.0
-
None
Description
For example, doing a "cascade" delete of Parent <->* Child.
Here, the Parent and each of the Children will be audited, and in the case of Child, its "parent" reference is changing from (parent) to null.
However, as the parent itself is deleted, trying to generate its toString() (when using JDO object store) is causing an exception.
The fix is to grab the toString of the object when the objects are enlisted into the transaction, before they are deleted.