RE: [Andromda-user] BPM4Struts - modeling decisions...

2005-03-22 Thread Wouter Zoons
Fixed in CVS   It wasn’t really a bug, just something that should have been modeled differently (with an extra/redundant action state in between) … I added support for it anyway so now you have the choice J   -- Wouter   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

[Andromda-user] validwhen & AsDate suffix

2005-03-22 Thread Walter =?ISO-8859-1?Q?Mour=E3o?=
Hi Wouter, I saw a bad side effect of using the "AsDate" suffix in form's date type fields, the modeler must use "fieldAsDate" instead of "field" when using the validwhen validator, to get the desired validation. I'm thinking about using the "AsString" suffix in the String version of the getters

Re: [Andromda-user] Andromda ant task no output

2005-03-22 Thread Jim Otte
FYI- In case anyone else ever has this problem- I finally found working ant script examples under the AndroMDA distribution/ant directory (but you have to run "ant" in that directory to get the examples!)- My problem had to do with the tag: wrote: > I moved it under "Data"- but the same...this

Re: [Andromda-user] Suddenly getting classnotfound exception

2005-03-22 Thread Chad Brandon
There have been quite a few messages about this over the last week, rename andromda-validation-library to andromda-ocl-validation-library and andromda-query-library to andromda-ocl-query-library in your mda/project.xml. Leif Johansson wrote: I started getting classdefnotfound exception for org

RE: [Andromda-user] Jira

2005-03-22 Thread Christian Seiler
Could you fix the links on the website? Please!! > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 22. März 2005 15:23 > To: [EMAIL PROTECTED] > Cc: Christian Seiler; andromda-user@lists.sourceforge.net > Subject: Re: [Andromda-user] Jira > > > W

Re: [Andromda-user] Jira

2005-03-22 Thread Jan Heise
http://galaxy.andromda.org:8080/jira still works for me. Jan Am 22.03.2005 um 15:01 schrieb Wouter Zoons: hmm, seems to be down temporarily Hello, both links do not work: http://jira.andromda.org/ http://team.andromda.org:8080/jira Where can I find Jira? Chris -

Re: [Andromda-user] Jira

2005-03-22 Thread Wouter Zoons
hmm, seems to be down temporarily > Hello, > both links do not work: http://jira.andromda.org/ > http://team.andromda.org:8080/jira > > Where can I find Jira? > > Chris > --- SF email is sponsored by - The IT Product Guide Read honest & candid

[Andromda-user] Jira

2005-03-22 Thread Christian Seiler
Hello, both links do not work: http://jira.andromda.org/ http://team.andromda.org:8080/jira Where can I find Jira? Chris --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real us

Re: Antwort: Re: [Andromda-user] Error build andromda dist from latest cvs-version...

2005-03-22 Thread Wouter Zoons
hmm, what you did looks fine to me .. are you sure those files have the required privileges ? > Hi Wouter, > > Great deal - it worked :)) > > Thanks very mutch! > > During my search of a solution for this problem I found another (possible) > issue. > I tried to use the tag in the /mda/project.xml

RE: [Andromda-user] Suddenly getting classnotfound exception

2005-03-22 Thread Christian Seiler
Same with me. Luckily I have still an earlier snapshot lying around in a temp directory, so I can continue with my work. I think it would be a good thing if there were also some older snapshots available, not just the latest one. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:

[Andromda-user] Error build andromda dist from latest cvs-version...

2005-03-22 Thread Alexander . Gordt
HiHi! I tried to build the latest cvs-version of AndroMDA, but the build crashed with the following exception: --- AndroMDA Exception Recording --- Version : 3.0-RC1-20050322113928 Error ..: Unexpected Exception Build ..: 2005-03-22 11:39:28 Build System ...: Wind

[Andromda-user] Suddenly getting classnotfound exception

2005-03-22 Thread Leif Johansson
I started getting classdefnotfound exception for org.andromda.core.translation.BaseTranslator. I am on the RC1 train. Full log attached. I have updated my plugin and maven has updated my andromda-jars MVH leifj __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~

Re: [Andromda-user] BPM4Struts - modeling decisions...

2005-03-22 Thread Wouter Zoons
hi Alexander, this is very strange indeed, the form should implement that interface like you said please file an issue in jira, attach the model to the issue, make it a blocker priority so I'll take a look at it this evening and make sure you can continue without compilation problems -- Wouter

[Andromda-user] BPM4Struts - modeling decisions...

2005-03-22 Thread Alexander . Gordt
Hi all! Sorry for repeating this question, but I still couldn't handle it to model a very simple example. I got the following activity diagram: -> Inital Node -> FrontEndView: Show Login Screen -> Transition with call-trigger(named: "check user credentials"), pointing to the controller operatio

[Andromda-user] Hibernate Mappings

2005-03-22 Thread Kishore B
Hi everybody,    I am new to AndroMDA. I am using it in a sample project with Hibernate and PostgreSQL.      I tried to create two sample tables and experiment with them. Table 1: Roles -- Which stores the Roles ("Management","Account",etc ) Table 2. UserRoles - Which stores the Roles