RE: [Andromda-user] Question about relationships and Hibernate

2004-03-03 Thread Brian Topping
Michael, You don't need to do all that work, just set up the tables with the association in your modeling tool and make sure you have the <> stereotype applied to the classes and a <> stereotype applied to your pk field. When you generate, it should give you what you are looking for. best, -b

[Andromda-user] Maven + AndroMDA + Hibernate fix

2004-01-27 Thread Brian Topping
all, of general interest to those that have been working with Maven and AndroMDA and Hibernate. I just checked a fix into the XDoclet plugin generator so that this trio could play well together. As I started to get my environment set up, I started realizing that there was no way to get Hibernate

RE: [Andromda-user] Master detail - bpm4struts suggestion

2004-01-26 Thread Brian Topping
> -Original Message- > From: Wouter Zoons [mailto:[EMAIL PROTECTED] > Subject: Re: [Andromda-user] Master detail - bpm4struts suggestion > > if yes, than I have to think about it ... I am not yet > convinced it is a > good idea to model business logic into the process flow ... > someone

[Andromda-user] bpm4struts... anyone using it in development for production?

2004-01-26 Thread Brian Topping
Hi all, Is anyone using bpm4struts in a pre-production environment? I'm quite curious about what people think of it, biased or not, and whether it's ready for use. An opportunity for improvement would be to have the cartridge create XDoclet tags in the generated source, using them to generate

RE: [Andromda-user] MagicDraw modules

2004-01-14 Thread Brian Topping
project file and no exception will occur.   bye Niko - Original Message - From: Matthias Bohlen To: 'Niko Baehr' ; [EMAIL PROTECTED] Cc: 'Brian Topping' Sent: Friday, January 02, 2004 11:39

RE: [Andromda-user] steps to maven

2004-01-09 Thread Brian Topping
Don't take away the wrong impression -- clearly there is a lot more to do than this... but we do have to get common libraries up there at some point! > -Original Message- > From: Brian Topping > Sent: Friday, January 09, 2004 12:04 PM > To: [EMAIL PROTECTED] > Sub

[Andromda-user] steps to maven

2004-01-09 Thread Brian Topping
One issue that will eventually need to be addressed is the availability of jars in the maven repository at ibiblio.org... http://maven.apache.org/repository-upload.html. Looks like all we need is a basic POM to go with the jars and we should be set. This is pretty simple to submit, but since it

RE: [Andromda-user] Maven plug-in

2004-01-08 Thread Brian Topping
oogle...) Does anyone have a Maven plugin for AndroMDA that they could send to me or the list? Barely working is fine, mostly finished is that much better. I'll buy you beer next time we run into each other. (mmm, beer...) Cool, thanks. -b > -Original Message- > From: Brian

RE: [Andromda-user] Maven plug-in

2004-01-06 Thread Brian Topping
> -Original Message- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Subject: Re: [Andromda-user] Maven plug-in > > Why is it complexity...because its another tool to learn? > If a tool's benefits out weigh the cost of learning it...why > not learn it > and take advantage of it? The IT

RE: [Andromda-user] AndroMDA+Hibernate: PK and associations

2003-12-31 Thread Brian Topping
> -Original Message- > From: Matthias Bohlen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 31, 2003 4:30 AM > To: [EMAIL PROTECTED]; 'andromda-user' > Subject: RE: [Andromda-user] AndroMDA+Hibernate: PK and associations > > > What do the other users think about automatic cascade

RE: [Andromda-user] AndroMDA+Hibernate: PK and associations

2003-12-29 Thread Brian Topping
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: [Andromda-user] AndroMDA+Hibernate: PK and associations > > > 1. Are PK different from String supported? > 2. Can I get androMDA aware of the fact that I'd like to use > native PK generators? Yes, at le

RE: [Andromda-user] Hibernate Many2Many Problem

2003-12-20 Thread Brian Topping
Wotan,   Maybe you are having a problem with com.vonklass.Patient.  Can you provide the same dump of information for that as well?   -b -Original Message-From: Wotan von Klass [mailto:[EMAIL PROTECTED]Sent: Saturday, December 20, 2003 12:24 PMTo: [EMAIL PROTECTED]Subject: [

RE: Re: [Andromda-user] Re: [Andromda-devel] magicdraw

2003-12-15 Thread Brian Topping
Yes, I would agree with this completely. MagicDraw is really nice, but I can't afford to spend any money right now on tools. best, -b > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, December 15, 2003 2:44 AM > To: [EMAIL PROTECTED] > Subject: A

RE: [Andromda-user] Can I access the value of a defined in a cartridgedescriptor?

2003-12-14 Thread Brian Topping
They are put into the context before merging the template, so you can use them by name directly... -b > -Original Message- > From: Herve Tchepannou [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 14, 2003 10:23 PM > To: [EMAIL PROTECTED] > Subject: [Andromda-user] Can I access the valu

RE: [Andromda-user] I want to make my PrimaryKey an integer

2003-12-12 Thread Brian Topping
The PK generator is based on the type of the accessor. The templates generate the "@ejb.pk-field" correctly, so everything should work just fine... > -Original Message- > From: Wouter Zoons [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 7:12 PM >

RE: [Andromda-user] I want to make my PrimaryKey an integer

2003-12-12 Thread Brian Topping
Hi Femi,   The 2.1.1 sources do this.  Just change the type in the model as appropriate.  But you should probably use an Integer, not an integer primitive.   -b -Original Message-From: Elijah Ogundimu [mailto:[EMAIL PROTECTED]Sent: Friday, December 12, 2003 9:48 AMTo: [EMAIL

[Andromda-user] extricating "THE"

2003-12-09 Thread Brian Topping
hi all, just back into using AndroMDA for another round, see if I can catch the wave this time... I'm looking at the generated output, and associations that don't have named ends end up being named "TheFoo", etc. Aside from conventions of not liking local variables to start with an uppercase let

IMPORTANT -- (RE: [Andromda-user] Hibernate2.0)

2003-07-30 Thread Brian Topping
> -Original Message- > From: Brian Topping > Subject: RE: [Andromda-user] Hibernate2.0 > > > The first thing I would do is remove all of the attributes to > the xdoclet > tags. GAK -- I should have clarified this some: Remove the attributes to

RE: [Andromda-user] Hibernate2.0

2003-07-30 Thread Brian Topping
> -Original Message- > From: Guillaume Albini [mailto:[EMAIL PROTECTED] > Subject: [Andromda-user] Hibernate2.0 > > What are necessary change for past at Hibernate2.0 in AndroMDA ? > 1 : The templates > 2 : The Xdoclets jars > 3 : The build.xml > 4 : The source of An

[Andromda-user] neato!

2003-07-27 Thread Brian Topping
Wow, just picked up AndroMDA for hibernate, very cool! Very lightweight, very elegant. I am interested in having my entities generated off of a base class. So I would have a class that has the ID, the timestamp and other information that is the same for each class in a base class. This would us