1 Reply Latest reply on Apr 8, 2003 1:44 PM by ls98979695

    CMR, My SQL - New Column names

    san121

      Hello,
      i am using jboss3.0.5 and mySQL 3.x. When i define two CMP beans with One to One relation , i see that some new columns are added to the table (other than the 'expected' columns). I did nothing with jbosscmp-jdbc.xml with respect to relations. Why is that i am getting some new columns? Is there any way by which i can point to the existing columns?

      Please help

      thanks in advance

        • 1. Re: CMR, SQL - New Column names
          ls98979695

          I have the same problem (not solved yet) with a 1-many relationship where the key of the "many" table is a compound key containing the parent table key plus an additional field. JBoss adds an extra field to make the relationship but the value is duplicated.
          In addition, if I specify to use an existing field for the relationship then table creation fails with an illegal SQL DDL statement.
          Do somebody knows how to force this kind of relationships to use existing fields?
          I'm using Jboss 3.0.4 with MSDE2000 and MS jdbc driver for SQL2000.