Comment #1 on issue 1454 by [email protected]: Reference to Organization is not updated when you add an User to an Organization
http://code.google.com/p/openmeetings/issues/detail?id=1454

If nothing helps we might try re-organizing the dataship relations:

instead of mapping the table organization_users as extra Java Object we add a new table:
organization_properties => where we store the isModerator flag for the user
And the organization_users becomes a pure mapping table.
In a many-to-many relation this mapping table would have no own Java Object, it would be just konwn internally by openJPA and would only contain two columns:
user_id organization_id

in the User-Object you would then have directly an attribute:
List<Organizations>

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" 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/openmeetings-dev?hl=en.

Reply via email to