Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Guillaume Lederrey
On Monday 21 February 2005 15.25, Chad Brandon wrote: > Ok it's fixed in CVS, so next cruise control build it'll be out in the > http://team.andromda.org/maven repository. Thanks a lot ! It's great to have a dev team so reactive ! Guillaume Lederrey --

RE: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Chad Brandon
'Guillaume Lederrey' Cc: andromda-user@lists.sourceforge.net Subject: RE: [Andromda-user] Generated SQL DDL Yep it's a bug from my check in class night, I'll fix it, I removed an operation in the hibernate cartridge and didn't realize it was used in that template. -Original

RE: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Chad Brandon
y 21, 2005 6:38 AM To: Guillaume Lederrey Cc: andromda-user@lists.sourceforge.net Subject: Re: [Andromda-user] Generated SQL DDL > For the moment, my model (MagicDraw) seems to be correct : all classes > are > generated. The .java files are generated and the .hbm.xml. They are > gene

Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Wouter Zoons
> For the moment, my model (MagicDraw) seems to be correct : all classes > are > generated. The .java files are generated and the .hbm.xml. They are > generated > in /core/target/src/... , if I understood correctly, that's the > standard place to generate them. The "hibernate.cfg.xml" configurati

Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Guillaume Lederrey
> the animal-quiz sample is built using Hibernate, did you take a look there > ? normally it is sufficient to have the <> stereotype on a class Yes, I've had a look at the samples. It does help a bit, but there is so many different files to look for that it is not completely easy to find exact

Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Wouter Zoons
> Ok, it's getting better, I have the DDL, but the "" in > hibernate.cfg.xml are still invisible. The rest of the file is generated > correctly (or so it seems to me). > > In the maven output, I can see a reference to the "hibernate.cfg.xml" > file > when running "maven mda". I cant really see

Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Guillaume Lederrey
> When I run "maven" or "maven core" in the base project directory the DDL > are not created. In /core/target/src/hibernate.cfg.xml, I dont > have any mapping. The *.hbm.xml files are generated correctly in > /core/target/src/... Ok, it's getting better, I have the DDL, but the "" in hibernat

Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Guillaume Lederrey
On Monday 21 February 2005 10.28, Wouter Zoons wrote: > the generated DDL can be found in the /app/target directory, the reason is OK, I finnaly found the problem. I had deleted core/project.properties and core/maven.xml. So once again, my mistake. Thanks for your time ! Guillaume --

Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Wouter Zoons
> When I run "maven" or "maven core" in the base project directory the DDL > are > not created. In /core/target/src/hibernate.cfg.xml, I dont have > any > mapping. The *.hbm.xml files are generated correctly in > /core/target/src/... > > I'm probably just missing something quite simple, but I c

Re: [Andromda-user] Generated SQL DDL

2005-02-21 Thread Guillaume Lederrey
> [CB] Yeah that's because you're only running andromda...you need to build > the core module (from the base: "maven core") or you need to build the > entire app (from the base: "maven"). The DDL is generated by hibernate > from the hibernate mappings when building the core module...that's the > r

RE: [Andromda-user] Generated SQL DDL

2005-02-20 Thread Wouter Zoons
t > Subject: Re: [Andromda-user] Generated SQL DDL > > On Friday 18 February 2005 17.58, Chad Brandon wrote: > > [WZ> ] just go into the root of your project and type 'maven' > > > > If you would open maven.xml you would see the other goals you could run > >

Re: [Andromda-user] Generated SQL DDL

2005-02-18 Thread Guillaume Lederrey
On Friday 18 February 2005 17.58, Chad Brandon wrote: > [WZ> ] just go into the root of your project and type 'maven' > > If you would open maven.xml you would see the other goals you could run > there Ok, it's becoming clearer to me ... Thanks a lot for all your help. Now the problem I have

RE: [Andromda-user] Generated SQL DDL

2005-02-18 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wouter Zoons Sent: Friday, February 18, 2005 9:54 AM To: 'Guillaume Lederrey'; andromda-user@lists.sourceforge.net Subject: RE: [Andromda-user] Generated SQL DDL > -Original Messag

RE: [Andromda-user] Generated SQL DDL

2005-02-18 Thread Wouter Zoons
> -Original Message- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of Guillaume Lederrey > Sent: Friday, February 18, 2005 4:16 PM > To: andromda-user@lists.sourceforge.net > Subject: Re: [Andromda-user] Generated SQL DDL > > &g

Re: [Andromda-user] Generated SQL DDL

2005-02-18 Thread Guillaume Lederrey
> [CB] I'm assuming you've generated your application using the andromdapp > maven plugin? If so after you build your application, the generated DDL > (since it sounds like you're using hibernate)...will be in project>/app/target Ok, let me try to be more precise ... I generated a base structu

RE: [Andromda-user] Generated SQL DDL

2005-02-18 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guillaume Lederrey Sent: Friday, February 18, 2005 7:26 AM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] Generated SQL DDL Hello ! I just begun using AndroMDA and I am already

[Andromda-user] Generated SQL DDL

2005-02-18 Thread Guillaume Lederrey
Hello ! I just begun using AndroMDA and I am already addicted ! Great tool ! I have a very stupid question : where is the generated SQL DDL, used to create the database ? I'm sure I have seen it somewhere, but I cannot find it again ... At the same time, I'm looking for an example of h