Re: Relationship Question
Re: Relationship Question
- Subject: Re: Relationship Question
- From: Anjo Krank <email@hidden>
- Date: Tue, 4 Jan 2005 08:14:26 +0100
Am 04.01.2005 um 00:44 schrieb Greg:
have an entity called ProPriceSchedule that has a to-many
relationship to ProPrice. ProPriceSchedule owns the destination of
the relationship. When I try to delete the a price object by
removeObjectFromBothSidesOfRelationshipWithKey, an exception is
thrown and the description is "A <b>Pro Price</b> must have a
<b>Price Schedule</b>" I know that this is correct as the
relationship is mandatory in the ProPrice entity.
AFAIK, "owns destination" is only for to-ones, and you don't
"removeObjectFromtBothSides" the old object, but simply
"addObjectToBothSides" the new one. You need to delete the old ProPrice
object in addition to removing it.
Cheers, Anjo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden