Re: [JBoss-user] CMP 2.0 relationships and foreign key constraints

2002-07-18 Thread Dain Sundstrom
JBossCMP does not support not-null foreign keys. The ordering you are seeing, is the basic system laid out in the EJB spec, but there is a footnote in the spec that allows for reordering and delaying the statements is allowed as long as the bean provider is unaware of the change. Info our cvs

[JBoss-user] CMP 2.0 relationships and foreign key constraints

2002-07-18 Thread olaf
Hi together, I'm trying to get an EJB component running with jboss-3.0.1RC1 and am experiencing the following problems with the CMP 2.0 engine: I have 12 tables with many 1:n relationships and would like to have the database check referential integrity. So I added foreign key constraints and n