occurs when you have 2 tables referencing each other
like this:
alter table core.ORG_PARTNER
add constraint FK1 foreign key (PRIMARY_CONTACT_ID)
references core.ORG_PARTNER_CONTACT(CONTACT_ID)
;
alter table core.ORG_PARTNER_CONTACT
add constraint FK2 foreign key (PARTNER_ID)
references core.ORG_PARTNER (PARTNER_ID)
;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022051#4022051
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022051
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user