Re: [Andromda-user] Questions

2005-04-15 Thread Chad Brandon
Christian Seiler wrote: Is it possible to have an abstract class with stereotype Service? Have you tried it? I tried and it seems not to be possible (spring cartridge). I want to accomplish the following: Let's say we have a service "UserService" and another service "SpecialUserService"

RE: [Andromda-user] Questions

2005-04-15 Thread Christian Seiler
> >Is it possible to have an abstract class with stereotype Service? > > > > > Have you tried it? I tried and it seems not to be possible (spring cartridge). I want to accomplish the following: Let's say we have a service "UserService" and another service "SpecialUserService" which extends User

Re: [Andromda-user] Questions

2005-04-08 Thread Chad Brandon
Rahn wrote: Is it possible to have an abstract class with stereotype Service? Have you tried it? Can there exist a generalizattion between the above class and other classes with Entity stereotypes? Thx, Régine. Entities can only generalize other entities, services can only generalize other s

[Andromda-user] Questions

2005-04-08 Thread Rahn , Régine
Is it possible to have an abstract class with stereotype Service? Can there exist a generalizattion between the above class and other classes with Entity stereotypes? Thx, Régine. --- SF email is sponsored by - The IT Product Guide Read honest

Re: [Andromda-user] Questions

2005-04-08 Thread Chad Brandon
Rahn wrote: Hi! I am using hibernate, java cartridges, maven, MDv9 and Eclipse. I have some entity classes, is it normal that for some of these classes no .hbm.xml files are generated and for other non? Yes: if you're using inheritance this is normal (depending on the inheritance strategy use

[Andromda-user] Questions

2005-04-08 Thread Rahn , Régine
Hi! I am using hibernate, java cartridges, maven, MDv9 and Eclipse. I have some entity classes, is it normal that for some of these classes no .hbm.xml files are generated and for other non? I have an interface A that is implemented be an abstract class B(stereotype entity)that delegates some

Re: [Andromda-user] Questions

2005-03-10 Thread pascaly
I got the same error. A few days ago it was working normally. Are there any problem with "plugin.jelly" ? BUILD FAILED File.. C:\Documents and Settings\Pascaly\.maven\cache\maven-multiproject-plu gin-1.3.1\plugin.jelly Element... maven:reactor Line.. 217 Column 9 Unable to obtain goal

Re: [Andromda-user] Questions

2005-03-10 Thread Leif Johansson
Rahn wrote: What is the difference running a project by typing "maven" and "maven mda" ? This is because while using "maven mda" I had not compliation maven (default install) builds the whole project, maven mda only does the code generation. errors whwereas with "maven" I have a compilation erro

[Andromda-user] Questions

2005-03-10 Thread Rahn, Régine
Title: getting started What is the difference running a project by typing "maven" and "maven mda" ? This is because while using "maven mda" I had not compliation errors whwereas with "maven" I have a compilation error as below: BUILD FAILED File.. C:\Documents and Settings\regine.rahn\.m

RE: [Andromda-user] questions on exception (bpm4Struts)

2005-01-21 Thread Wouter Zoons
> I have 2 questions about exception when using bpm4Struts: > 1. After using the <> transition in the activity > diagram, > all exceptions are displayed in the style of > "org.andromda.bpm4Struts.errormessages". Am I right? > [WZ> ] that is the key under which they are stored, yes. The actual messg

[Andromda-user] questions on exception (bpm4Struts)

2005-01-21 Thread Weining Hao
Hello, I have 2 questions about exception when using bpm4Struts: 1. After using the <> transition in the activity diagram, all exceptions are displayed in the style of "org.andromda.bpm4Struts.errormessages". Am I right? 2. Is it possible to display the error message not only with the content of

Re: [Andromda-user] [QUESTIONS] How does flashscience.com relate to AndroMDA

2004-11-12 Thread Wouter Zoons
hi Daniel, Stéphane DUCAS (better known as flashscience) was working on that some time ago (as you can see by the timestamps on that site) but I believe he got too much work on other projects for his job so he had to kick it down a notch the two projects are not affiliated if that's your question

[Andromda-user] [QUESTIONS] How does flashscience.com relate to AndroMDA

2004-11-12 Thread Daniel S. Haischt
Hello, recently there was a discussion about ArgoUML support for AndroMDA (as I do remember, the discussion was started by Alexandre Torres). How does this site ... >> http://www.flashscience.com/MDA/ ... relate to AndroMDA? -- Mit freundlichen Gruessen / With kind regards Daniel S. Haischt | ph

Re: Thanks for RE: [Andromda-user] questions about uml diagram for bpm4Struts

2004-10-26 Thread Wouter Zoons
no problem, glad to hear you got it up and running now :-) good luck! -- Wouter > Hi, > > Thanks a lot. I think I did the first step wrongly. When I opened the > generated empty UML file, I haven't selected > andromda-profile-3.0M3-SNAPSHOT.xmi according to the prompted message, but > import the

Thanks for RE: [Andromda-user] questions about uml diagram for bpm4Struts

2004-10-26 Thread Weining Hao
[mailto:[EMAIL PROTECTED] Sent: Dienstag, 26. Oktober 2004 12:40 To: [EMAIL PROTECTED] Cc: Andromda-user Subject: Re: [Andromda-user] questions about uml diagram for bpm4Struts > Hi, > > I am using the andromda-bin-3.0M3-SNAPSHOT. I have 3 questions about uml > diagram for bpm4

Re: [Andromda-user] questions about uml diagram for bpm4Struts

2004-10-26 Thread Wouter Zoons
> Hi, > > I am using the andromda-bin-3.0M3-SNAPSHOT. I have 3 questions about uml > diagram for bpm4Struts: > > 1. After generating the project structure by using command "maven > andromdapp:generate", and before creating my own uml diagram, should I > import andromda-profile-3.0M3-SNAPSHOT.xmi? F

[Andromda-user] questions about uml diagram for bpm4Struts

2004-10-26 Thread Weining Hao
Hi, I am using the andromda-bin-3.0M3-SNAPSHOT. I have 3 questions about uml diagram for bpm4Struts: 1. After generating the project structure by using command "maven andromdapp:generate", and before creating my own uml diagram, should I import andromda-profile-3.0M3-SNAPSHOT.xmi? For using the s

Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Wouter Zoons
private ActionForward lastAnswerWasYes(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { final String value = String.valueOf(GuessController.getInstance().lastAnswerWasYes(mapping, (GuessForm)form, request, respons

Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Wouter Zoons
Carol Li wrote: Hi, Wouter, I'm trying to duplicate the animal quiz project by creating those diagrams by hand. If you open the sample animal quiz in MagicDraw, and look at the left side navigation bar for the "guessing the animal" activity diagram, click on the state symbol, then you will see

Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Carol Li
Hi, Wouter,  I'm trying to duplicate the animal quiz project by creating those diagrams by hand. If you open the sample animal quiz in MagicDraw, and look at the left side navigation bar for the "guessing the animal" activity diagram, click on the state symbol, then you will see two states that can

Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Wouter Zoons
Carol Li wrote: Hi, I tried to rebuild the animal quiz project using Magic Draw 7.5. I have two questions: 1. I didn't find states "ask if user is ready to restart" and "ready to continue" in the "guessing the animal" activity diagram and their related transitions. me neither, who told you th

[Andromda-user] questions about animal quiz

2004-05-27 Thread Carol Li
Hi, I tried to rebuild the animal quiz project using Magic Draw 7.5. I have two questions: 1. I didn't find states "ask if user is ready to restart" and "ready to continue" in the "guessing the animal" activity diagram and their related transitions.   2. I tried to use ant to build my animal quiz