Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.M4
Description
When using a Flattened complex join for a toOne Relationship... if you do not set the relationship the validateForSave on CayenneDataObject incorrectly attaches a ValidationFailure saying that the relationship is required.
Prior to 4.0.M4 this worked correctly, but the commit fixing CAY-2146 introduced this issue. More directly the line of code holding the IF statement below was updated to check the db.Rels.size().
if (dbRels.size() == 1 && relationship.isSourceIndependentFromTargetChange()) { continue; }
While putting this code back makes the test for this issue pass, it obviously makes the test for CAY-2146 FAIL, so I'm not suggesting to put it back, but just pointing it out in case it helps better understand this issue.
(see attached breaking-test.patch)
Attachments
Attachments
Issue Links
- is related to
-
CAY-2146 Vertical inheritance: record still inserted into parent db table when child validation fails
- Reopened
- links to