[Andromda-user] Re: Question about hibernate inheritance strategy support

2004-11-16 Thread Martin West
No but I can send you the build I am using. On Tue, 2004-11-16 at 20:03, Sunondo Ghosh wrote: > Hi Martin, > > I wanted to know if the patch you submitted for the inheritance of > entities mapping to multiple tables has been checked in. I need to use > that feature! > > Thanks, > > Sunondo --

RE: [Andromda-user] Profile strategy

2004-11-16 Thread Martin West
OK, thanks On Tue, 2004-11-16 at 17:51, Chad Brandon wrote: > Oh yeah I see your point, I guess I never really worry that (whether or not > someone is prompted for the profile. Can you keep it on a network directory > somewhere (if you're worried they won't have a local copy of the profile)? > I

RE: [Andromda-user] Profile strategy

2004-11-16 Thread Chad Brandon
Oh yeah I see your point, I guess I never really worry that (whether or not someone is prompted for the profile. Can you keep it on a network directory somewhere (if you're worried they won't have a local copy of the profile)? I try to stay about from importing the profile, but if you needed that

RE: [Andromda-user] Profile strategy

2004-11-16 Thread Martin West
The problem I am facing is that the model is in cvs and when some else checks it out opens it, he will get prompted for the profile, If the profile was imported then this wouldnt happen presumably but then the question is how do you update the profile. I assume if you reimport it will update

RE: [Andromda-user] problem with relations

2004-11-16 Thread Chad Brandon
Hi Tomas, send me your model and I'll take a look, from the information you're giving it doesn't sound like you're doing anything wrong. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Brejla Sent: Tuesday, November 16, 2004 10:00 AM To: [EMAIL PROTE

RE: [Andromda-user] Profile strategy

2004-11-16 Thread Chad Brandon
Just point to it and then reference it as a dependency in the mda/project.xml (if you're using maven). To update it (from MD) what I do is: rename the one that my model is currently pointing to, open up magic draw and it will now ask me to point to the profile (it can't find the original one since

[Andromda-user] Profile strategy

2004-11-16 Thread Martin West
Whats the recommended strategy for linking/including the andromda-profile in a model? If you include, how do you update? Im using magic-draw Thanks -- Martin West Head of Product Design and Development http://www.star-map.net +44(0)207 318 0308 +44(0)787 968 0096 signature.asc Description: T

[Andromda-user] problem with relations

2004-11-16 Thread Tomas Brejla
Hello everybody, I'm having problem with 3.x versions of AndroMDA. The problem is that all relations are generated as "many2one", no matter if they're one2many or even many2many. I've tried almost all possible combinations (1-*, *-*), (aggregation / composition / association) and I still ended u

RE: [Andromda-user] BPM4Struts: wrong output directory when model uses module

2004-11-16 Thread Chad Brandon
Hi Fred, No this isn't new or expected behavior, nothing has changed with respect to handling modules, so that shouldn't occur. If you'd like to send me your model (with the module), I'll check it out. Chad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

[Andromda-user] BPM4Struts: wrong output directory when model uses module

2004-11-16 Thread Frederic Chapuis
Hi, I have a model (pkg = basepackage.application) which uses an external module (pkg = basepackage.persistence). The BPM4Struts cartridge generates impls files in the wrong directory web/src/java/application/ instead of web/src/java/basepackage/application/ If I remove the module from my model,

Re: [Andromda-user] Maven problem

2004-11-16 Thread Frederic Chapuis
Sorry, it seems that Mevenide added an erronous groupId element in the mda/project.xml and I didn't saw it. Fred. - Original Message - From: "Frederic Chapuis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 11:06 AM Subject: [Andromda-user] Maven problem H

[Andromda-user] Maven problem

2004-11-16 Thread Frederic Chapuis
Hello, I'm working on several projects (all generated with AndroMDApp) and some of them used to build correctly, but now I have two of them whose reactor does not process sub-projects in the right order (Common, Core, Web and Application are processed before MDA) Since I'm new to maven and I didn

[Andromda-user] Relationname-Problem

2004-11-16 Thread wasgehtap
Hi Users, I use AndroMDA 3.0M1 and my model is really simple. User- and Adress-Class. The User-Class has two oneway one2one associations to Adress. One is called homeAdress and the second is called billingAdress. If i use ${associationEnd.association.relationName} the result is: user2adress (two t