@andromda.persistence.column = "own_Id_Name" does not work for identifier 
attribute id
--------------------------------------------------------------------------------------

         Key: HIB-214
         URL: http://jira.andromda.org/browse/HIB-214
     Project: Hibernate Cartridge
        Type: Bug

 Environment: Dell Optiplex 745 Dual Core 2, Windows XP SP2, JDK-1.5.0_11, 
Maven-2.0.5, MagicDraw 12.1 Community Edition, Andromda-3.2, 
Hibernate-Cartrigde-3
    Reporter: Max Eiselsberger
 Assigned to: Carlos Cuenca 


If you map your entity attributes in MagicDraw 12.1 with 
@andromda.persistence.column = "own_column_name" it works fine except for the 
<<Identifier>> attribute id in the VO-Entity.

The generated hbm.xml entity contains the column name="ID" instead of column 
name="own_Id_Name".

<<Identifier>>+id : [EMAIL PROTECTED] = "own_Id_Name"}

<id name="id" type="java.lang.Long" unsaved-value="null">
  <column name="ID" sql-type="BIGINT"/>
     <generator class="native"></generator>
</id>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Reply via email to