Ok, first of all, just to reiterate, you cannot use an o2m on two objects like that. You will need to use m2o and then add decorator methods to fill in the "missing" methods that you need.
Secondly, you will want to call removeCountry() on the object, and not removemanytooneCountry(). Hopefully that will be enough to get you moving forward again. :-) --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
