[JBoss-user] Re: Compound PK using CMR/CMP

2003-04-04 Thread Billy Rutledge
Alex, I don't see the ORC5 tag in CVS...ORC4 is the latest I see for 3.2? -Billy From: Alex Loubyansky <[EMAIL PROTECTED]> To: Billy Rutledge <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] Compound PK using CMR/CMP >Could you please try JBoss-3.2.0RC5 from CVS? >It shoul

[JBoss-user] CMR keeps using java:/DefaultDS?

2003-04-04 Thread Billy Rutledge
Hi All, I have an Entity EJB deployed to JBoss-3.0.6 that has a single CMR field. In my jbosscmp-jdbc.xml file, I have the datasource and datasource-mapping attribs set to use a datasource named "java:/OracleDS". Here are the relevant sections: ... java:/OracleDS Oracle9i

[JBoss-user] Compound PK using CMR/CMP

2003-04-04 Thread Billy Rutledge
Hi All, I have created an Entity EJB that maps to a table with a compound PK (both columns are NOT NULL). One of the columns of the PK, "COMMUNITYID_FK" is a FK to another table representing the many side of a 1-* relationship. From sql file used to create table: --