1 Reply Latest reply on Mar 7, 2003 3:46 AM by chrisdutz

    Double Column Names with CMR

    chrisdutz

      Hi,

      after getting some of my CMR problems sorted out I just ran into another Problem.

      After managing to tell JBoss which column to use for storing the foreign key data I get SQL exceptions (ORA-00957:Doppelter Spaltenname) because the field used for storing the foreign key is a regular field of the entity, so JBoss doesn't have to add it. How can I tell JBoss to use the field that is already there?

        • 1. Re: Double Column Names with CMR
          chrisdutz

          After searching a while I found out that my problem is that the column for storing the foreign key is the same as the column Name of one of my CMP-fields. That is not new to me, but the fact that this isn't supported with CMP2.0 is.

          Since I now had problems like this several times in the last weeks I just want to ask ... has anything changed? Is this supported now?