I'm trying to setup the old logins<--->roles many to many relationship.
I created both tables plus the Login_Role mapping table and all the
appropriate db relationships, then following the docs, I created a
ObjectEntity LoginRole, and relationships from Login->LoginRole,
Role->LoginRole, and then flattened relationships Login<--->Role and
Role<--->Login.
So far so good. Now according to the docs, I can delete the
intermediate entity and any direct relationships to it leaving only the
flattened relationships for my many to many.
Only when i delete the relationships, they go away, but keep coming
back when I reselect the
object entity.
Using the Oracle connector FWIW and the modeler 1.1m4
This archive was generated by hypermail 2.0.0 : Sat Apr 03 2004 - 18:07:23 EST