DNewfield wrote:
> 
> Michael Horwitz wrote:
>> As a rule I would try and avoid circular dependencies wherever possible.
> 
> whenever I have to do a db-load.  (My kludge:  alter the tables to 
> remove all the foreign key constraints before the db-load, adding those 
> constraints back in afterwards.)
> 
> 

how did you do that precisely?
i have a User object which has another User as its property. db-load chokes
when called :-(


-- 
View this message in context: 
http://www.nabble.com/about-circular-dependency-in-models-tf2779209s2369.html#a7770334
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to