Re: [JBoss-user] Running CMP2 tests: HSqlDB allows duplicate columns

2002-11-03 Thread Scott M Stark
- Original Message - From: "Dain Sundstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 9:54 AM Subject: Re: [JBoss-user] Running CMP2 tests: HSqlDB allows duplicate columns > They are supposed to, but don't. All releases shou

Re: [JBoss-user] Running CMP2 tests: HSqlDB allows duplicate columns

2002-11-02 Thread Dain Sundstrom
Jonathan.O'[EMAIL PROTECTED] wrote: Folks, I'm on a mission to allow the same column be mapped to both a CMP field and a CMR field. What version are you targeting this for? Jboss 4.0 cmp is getting a complete rewrite that what will for one thing makes this type of n:m data mapping model trivi

[JBoss-user] Running CMP2 tests: HSqlDB allows duplicate columns

2002-11-01 Thread Jonathan . O'Connor
Folks, I'm on a mission to allow the same column be mapped to both a CMP field and a CMR field. I made some mods to one of the tests (ReadOnlyUnitTestCase) and found that the create table SQL that JBoss generates contains a column name twice. That's fine, but hsqldb doesn't complain. However, Ora