[jboss-user] [JBoss Seam] - seam-gen stack overflow

pista666 do-not-reply at jboss.com
Sun Feb 25 13:24:38 EST 2007


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



More information about the jboss-user mailing list