[ http://jira.andromda.org/browse/EJB-25?page=comments#action_14681 ] 

Vance Karimi commented on EJB-25:
---------------------------------

I actually noticed this when doing the investigations for EJB-67 and will be 
fixed when that is resolved.

> EJB3: ManyToMany Association generates JoinTable with identical colum names
> ---------------------------------------------------------------------------
>
>          Key: EJB-25
>          URL: http://jira.andromda.org/browse/EJB-25
>      Project: EJB Cartridge
>         Type: Bug

>  Environment: EJb3 Cartridge (latest from CVS), Androdma 3.2 Snapshot of May 
> 14th 2006. 
>     Reporter: Torsten Lunze
>     Assignee: Vance Karimi
>     Priority: Minor

>
> When modelling an unidirectional ManyToMany association the EJB3 cartridge is 
> generating the following JointTable annotation for the property:
>  @javax.persistence.JoinTable (
>     ...
>         joinColumns = [EMAIL PROTECTED](name = "ID")},
>         inverseJoinColumns = [EMAIL PROTECTED](name = "ID")}
>   )
> The column names should be named different (easily just adding a 1 and 2 
> respectivly to the EntityEmbeddable.vsl template) or let the name depend on a 
> tagged value or the association ends.
> (see also http://galaxy.andromda.org/forum/viewtopic.php?p=12852#12852)

-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to