RE: [Andromda-user] array types

2005-02-27 Thread Wouter Zoons
I was under the impression there was a constraint checking this .. it must have been removed by accident .. I'll add it back > -Original Message- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of Chad Brandon > Sent: Monday, February 28, 2005 1:56 AM > To: '

RE: [Andromda-user] one <> per package

2005-02-27 Thread Wouter Zoons
> Hi All, > > When I include more than one Controller in one package, I am getting the > following validation error. Why do we have such a restriction? Give that > we use one controller per use case, this will result in one package per > use case which will be an overkill for my application. Can s

RE: [Andromda-user] array types

2005-02-27 Thread Wouter Zoons
You labeled the action states in the diagram.. but you should name their specification-name instead > -Original Message- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of Bernard Sirius > Sent: Monday, February 28, 2005 12:10 AM > To: Chad Brandon > Cc: andr

RE: [Andromda-user] Issues with source code generation

2005-02-27 Thread Chad Brandon
Can you paste the output you're getting when you run AndroMDA? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of YK YK Sent: Sunday, February 27, 2005 5:49 PM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] Issues with source code generation

RE: [Andromda-user] one <> per package

2005-02-27 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kishore Thalari Sent: Sunday, February 27, 2005 10:56 PM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] one <> per package Hi All, When I include more than one Controller in one package,

[Andromda-user] one <> per package

2005-02-27 Thread Kishore Thalari
Hi All, When I include more than one Controller in one package, I am getting the following validation error. Why do we have such a restriction? Give that we use one controller per use case, this will result in one package per use case which will be an overkill for my application. Can someone p

[Andromda-user] RE: Spring now using the Hibernate cartridge

2005-02-27 Thread Chad Brandon
-Original Message- From: Kiran Keshav [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 5:55 PM To: Chad Brandon Subject: RE: Spring now using the Hibernate cartridge Ok, do I have direct access to the andromda-cartridge.xml file and if so where and what should be changed. We h

RE: [Andromda-user] array types

2005-02-27 Thread Chad Brandon
Ok took a look at your model: you're missing the names for each action state in ConstructCommunities, open up the specification for each one and you'll see what I mean. Wouter, shouldn't an OCL constraint check this? Chad -Original Message- From: Bernard Sirius [mailto:[EMAIL PROTECTED]

[Andromda-user] Issues with source code generation

2005-02-27 Thread YK YK
I am new to AndroMDA. I have generated an XMI file using Poseidon. Just trying out the Spring Cartridge with the help of the How-To article. While running "maven", the input Model file is pointing to the right file. However the source code is not generated. When I change the sterotype (manually

RE: [Andromda-user] array types

2005-02-27 Thread Chad Brandon
-Original Message- From: Bernard Sirius [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 4:10 PM To: Chad Brandon Cc: andromda-user@lists.sourceforge.net Subject: RE: [Andromda-user] array types I just did appended [] to the class names. Now I've added the "single" class to m

RE: [Andromda-user] array types

2005-02-27 Thread Bernard Sirius
I just did appended [] to the class names. Now I've added the "single" class to my model, and that works. I have several "private ActionForward _null(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception" methods generated which of co

Re: [Andromda-user] PIM->PSM

2005-02-27 Thread Pieter Van Gorp
Hi Roy, On Sun, 27 Feb 2005 11:51:56 -0600 (CST), rob <[EMAIL PROTECTED]> wrote: > How much discussion has there been regarding this? You may be interested in the following thread: http://sourceforge.net/mailarchive/message.php?msg_id=10640472 I can add that I'm still working actively on the case

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rob Sent: Sunday, February 27, 2005 12:55 PM To: Chad Brandon Cc: andromda-user@lists.sourceforge.net Subject: RE: [Andromda-user] PIM->PSM > > [CB] We actually already do this PIM to PSM mapping with our

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rob Sent: Sunday, February 27, 2005 12:41 PM To: Wouter Zoons Cc: andromda-user@lists.sourceforge.net Subject: RE: [Andromda-user] PIM->PSM >> > [WZ> ] yes, but the disadvantage is that it is *very* compl

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread rob
[CB] We actually already do this PIM to PSM mapping with our metafacades: metafacades are basically facades for the underlying meta model (i.e. the webservice cartridge has a WebService metafacade that is pretty much a PSM mapping to a Classifier). This WebService metafacade provides all things t

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread rob
[WZ> ] yes, but the disadvantage is that it is *very* complicated to propagate changes in the PSMs back into the PIM. It's complicated because there needs to exists a two-directional mapping between each 2 different models (model2model transformation). Most of the time you add refinements to the

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread Wouter Zoons
> > AndroMDA does generate a PSM instance per cartridge, which can be > controlled > > by tagged values in the PIM (UML), but the PSMs are never written to > file > > (we could do that though, we're just not doing it :-)) > > I guess the advantage to writing them to files has to do with tinkering

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread rob
On Sun, 27 Feb 2005, Wouter Zoons wrote: This is all coming from someone with about a month of experience with MDAs, and as all novices do, I am ranting and ranting about the newer technology I am excited about. I think all of this can be done with the given infrastructure, it's all about running

RE: [Andromda-user] array types

2005-02-27 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard Sirius Sent: Sunday, February 27, 2005 11:43 AM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] array types (I'm very verbose today :-/) now that I use the webservices cartridge th

[Andromda-user] array types

2005-02-27 Thread Bernard Sirius
(I'm very verbose today :-/) now that I use the webservices cartridge the way I specified array type parameters doesn't work anymore, so I tried to use the '[]' type modifier in MagicDraw, but that doesn't help. Since I use laszlo at the frontend, I was wondering if I could use SOAP calls only.

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rob Sent: Sunday, February 27, 2005 10:52 AM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] PIM->PSM More newbie questions: I read a book "MDA Explained" which initially got me intereste

RE: [Andromda-user] hibernate cartridge not triggered with spring cartridge

2005-02-27 Thread Wouter Zoons
If you generated a project using the RC1-SNAPSHOT version everything should work just fine. Adding the hibernate section in /mda/project.xml is only needed for existing project wanting to use the latest Spring build. > -Original Message- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [

RE: [Andromda-user] hibernate cartridge not triggered with spring cartridge

2005-02-27 Thread Chad Brandon
Yes it should be automatically there if you use the andromdapp plugin...you must have an old one installed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard Sirius Sent: Sunday, February 27, 2005 11:18 AM To: andromda-user@lists.sourceforge.net Subj

[Andromda-user] hibernate cartridge not triggered with spring cartridge

2005-02-27 Thread Bernard Sirius
I just created a new spring-based project so I can play with bmp4struts, but now the hibernate cartridge seems not to be fired. I remember I was told to add a section somewhere so the hibernate cartridge is used, but I thought this would be now automatically added when creating a new project... b

RE: [Andromda-user] PIM->PSM

2005-02-27 Thread Wouter Zoons
> This is all coming from someone with about a month of experience with > MDAs, and as all novices do, I am ranting and ranting about the newer > technology I am excited about. I think all of this can be done with the > given infrastructure, it's all about running the MDA cartridge on a model > to

[Andromda-user] PIM->PSM

2005-02-27 Thread rob
More newbie questions: I read a book "MDA Explained" which initially got me interested in the whole MDA idea and was really impressed. In it, it explained the whole PIM->PSM->code idea that is the core of an ideal MDA. I also read this: http://cvs.sourceforge.net/viewcvs.py/*checkout*/andromda

RE: [Andromda-user] bmp4struts complaining about initial state

2005-02-27 Thread Wouter Zoons
You're doing something wrong in your activity model, I will add a section to the docs to make it more clear, it's about this: 1. don't use state graphs, use *activity* graphs instead 2. if you can, don't just put them in a package but inside the use-case (I see you're using MagicDraw, so just righ

RE: [Andromda-user] bmp4struts complaining about initial state

2005-02-27 Thread Wouter Zoons
You probably have a graph somewhere where nothing is showing in the diagram but an initial state is present in the containment tree, otherwise you may send me you model > -Original Message- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of Bernard Sirius > S

RE: [Andromda-user] how big are your models?

2005-02-27 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard Sirius Sent: Sunday, February 27, 2005 9:57 AM To: andromda-user@lists.sourceforge.net Subject: Re: [Andromda-user] how big are your models? Wow, this is all very impressive! I just wanted to be s

[Andromda-user] bmp4struts complaining about initial state

2005-02-27 Thread Bernard Sirius
"Each activity graph must have an action transition exiting the initial state, this is the minimum required" it says. Well, there is of course a transition from the initial state in my model. In wouldn't have much sense to make an activity diagram in the first place if it weren't the case. Now m

Re: [Andromda-user] how big are your models?

2005-02-27 Thread Bernard Sirius
Wow, this is all very impressive! I just wanted to be sure this thing is for real ;-) OK now I know I don't have to worry about the complexity of my models. I thought that all this generation occuring for free, there must be a drawback somewhere, and I must not think that for this reason I can

RE: [Andromda-user] Re: Andromda-user digest, Vol 1 #1034 - 9 msgs

2005-02-27 Thread Wouter Zoons
We have a web-services cartridge that basically generates the complete WS layer, there are some other experimental cartridges under development that aren't part of the distribution yet, we put them in CVS too but under a separate module called /contrib (you can check them out) I am using one of th

Re: [Andromda-user] how big are your models?

2005-02-27 Thread Carlos Cuenca
Hi, I currently using Andromda for big projects, and example is: Hibernate: 400 entities, 60 services, 80 Exceptions Bpm4Struts: 60 use cases, 60 controllers and about 50 different session objects Java: 145 value Objects Andromda takes 7 min to process the model Carlos Chad Brandon wrote: Carlos