[Andromda-devel] AndroMDA/JIRA Work started: (HIB-27) define outer join property between entity relations

2004-12-22 Thread Carlos Cuenca (JIRA)
[ http://team.andromda.org:8080/jira/browse/HIB-27?page=history ] Work on HIB-27 started by Carlos Cuenca > define outer join property between entity relations > --- > > Key: HIB-27 > URL: http://team.andromda.org:8080/ji

[Andromda-devel] AndroMDA/JIRA Assigned: (HIB-27) define outer join property between entity relations

2004-12-22 Thread Carlos Cuenca (JIRA)
[ http://team.andromda.org:8080/jira/browse/HIB-27?page=history ] Carlos Cuenca reassigned HIB-27: Assign To: Carlos Cuenca (was: Matthias Bohlen) > define outer join property between entity relations > --

[Andromda-devel] AndroMDA/JIRA Commented: (HIB-27) define outer join property between entity relations

2004-12-22 Thread Carlos Cuenca (JIRA)
[ http://team.andromda.org:8080/jira/browse/HIB-27?page=comments#action_10560 ] Carlos Cuenca commented on HIB-27: -- This tagged value will determine how Hibernate manages the asocciation on a many to one relation It will accept three values, auto,tru

[Andromda-devel] AndroMDA/JIRA Commented: (CORE-33) selecting cartridges at the command line

2004-12-22 Thread Chad Brandon (JIRA)
[ http://team.andromda.org:8080/jira/browse/CORE-33?page=comments#action_10559 ] Chad Brandon commented on CORE-33: -- Sure, very easy, I'll add it. > selecting cartridges at the command line > > > Key:

[Andromda-devel] AndroMDA/JIRA Work started: (CORE-33) selecting cartridges at the command line

2004-12-22 Thread Chad Brandon (JIRA)
[ http://team.andromda.org:8080/jira/browse/CORE-33?page=history ] Work on CORE-33 started by Chad Brandon > selecting cartridges at the command line > > > Key: CORE-33 > URL: http://team.andromda.org:8080/jira/browse/CORE-33 >

[Andromda-devel] AndroMDA/JIRA Reopened: (CORE-33) selecting cartridges at the command line

2004-12-22 Thread Wouter Zoons (JIRA)
[ http://team.andromda.org:8080/jira/browse/CORE-33?page=history ] Wouter Zoons reopened CORE-33: -- I decided to simply reopen this issue instead of filing a new one .. would it be possible to also show the cartridges which have been enabled in the andromd

RE: [Andromda-devel] Velocity.properties doesn't work.

2004-12-22 Thread Chad Brandon
-Original Message- From: Olaf Kaus [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 8:10 AM To: [EMAIL PROTECTED] Cc: andromda-devel@lists.sourceforge.net Subject: RE: [Andromda-devel] Velocity.properties doesn't work. Hi Chad! > > [CB] Yes, you can define them in the > andr

RE: [Andromda-devel] Velocity.properties doesn't work.

2004-12-22 Thread Olaf Kaus
Hi Chad! > > [CB] Yes, you can define them in the > andromda-cartridge.xml. > > Do a search > > for "macro" on this page: > > > http://team.andromda.org/docs/andromda-cartridges/index.html > > > Thanks a lot. Everythink works fine. > > I am not a velocity-expert, but if i init the engine >

[Andromda-devel] Column name of the dependency between two entities

2004-12-22 Thread Luciana Nunes Leal
Hi,   In my model, there is a directed dependency between two classes with stereotype "Entity". I´m using hibernate-cartridge.   In database, this dependency is mapped in a colum with foreign key. I´d like to customize the name of the column. The generated name is always generated like "__FK".