Hi!

I have a model with three main classes Person, Org and Project. They
have manytomany relations between them: PersonOrg, PersonProject and
OrgProject.

AFAIK, manytomany relations can't have properties in these relation
tables, right? So, in order to access these properties, I have defined
the following relations in transfer.xml:

- Person
  personOrg onetomany
  personProj onetomany

Similarly for Org and Project. And the relations objects:
- PersonOrg
  Role
  StartDate
  EndDate
  person manytoone
  org manytoone

The problem is that when I try to save a PersonOrg object, I get the
infamous error  "Column appears more than once..." But the object's
definition only contains one personId and one orgId, which are
specified in the manytoone relations.

What am I doing wrong? TIA!

Pedro.

--~--~---------~--~----~------------~-------~--~----~
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 transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to