[Andromda-user] [EJB cartridge] [Decimal / Currency / Percentage Datatypes?] Decimal / Currency / Percentage Datatypes?

2005-05-23 Thread thsch
Hi there, does anybody has a good solution for handling decimals (fixed point types) short of inventing your own db-mapping and/or meta-facade? As of V3.0 there are the following problems: - there is no way of specifying the number of decimals for a datatype::Decimal consequence: for

[Andromda-user] [Core] [OSS-style distributed MDA development] OSS-style distributed MDA development

2005-05-23 Thread Trudy Cool
Hello AndroMDA Forum In a narrow definition, I'm trying to assess the limitations of Magic Draw's 'modules'. In a wider definition you might say I am trying to assess the state of the art of OSS-style distributed MDA development. I would like to be able to offer OSS participation in a l

[Andromda-user] [Getting started] [error in opening zip file]

2005-05-23 Thread Standino
got it ! Thanks _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=397#397 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! --- Thi

[Andromda-user] [Getting started] [error in opening zip file]

2005-05-23 Thread [EMAIL PROTECTED]
I would say try removing your entire .maven/repository directory and build online again...it looks like you have a corrupt jar in your maven repository..maybe a jar that didn't download all the way. -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org

Re: Fwd: [Andromda-user] error in opening zip file

2005-05-23 Thread chang wei
I post it to the forum http://galaxy.andromda.org/forum/viewtopic.php?p=395#395 Thanks for your help. On 5/24/05, Chad Brandon <[EMAIL PROTECTED]> wrote: > What error are you talking about...please post to the forum: > http://forum.andromda.org, and give more information, otherwise we can't > he

[Andromda-user] [Getting started] [error in opening zip file] error in opening zip file

2005-05-23 Thread Standino
I am new to andromda . Today I try Spring cartridge ,but get a error Maybe something is wrong with my maven. How can I get more debug information? D:CASSAEProjectsstandino>maven mda  __  __ |  /  |__ _Apache__ ___ | |/| / _`  V / -_) '   ~ intelligent projects ~ |_|  |___,_|_/___|_||_| 

Re: Fwd: [Andromda-user] error in opening zip file

2005-05-23 Thread Chad Brandon
When does the error occur? What part of the build? chang wei wrote: On 5/24/05, chang wei <[EMAIL PROTECTED]> wrote: I do try using the 3.0 final. But I got the same error. Maybe something is wrong with my maven. How can I get more debug information ? --- AndroMDA Exception Rec

Re: Fwd: [Andromda-user] error in opening zip file

2005-05-23 Thread Chad Brandon
What error are you talking about...please post to the forum: http://forum.andromda.org, and give more information, otherwise we can't help you. Chad chang wei wrote: I do try using the 3.0 final. But I got the same error. Maybe something is wrong with my maven. How can I get more debug infor

Re: Fwd: [Andromda-user] error in opening zip file

2005-05-23 Thread chang wei
On 5/24/05, chang wei <[EMAIL PROTECTED]> wrote: > I do try using the 3.0 final. But I got the same error. Maybe > something is wrong with my maven. How can I get more debug information > ? > --- AndroMDA Exception Recording --- Version : 3.0 Error ..: Unexpected Exception

Re: Fwd: [Andromda-user] error in opening zip file

2005-05-23 Thread chang wei
I do try using the 3.0 final. But I got the same error. Maybe something is wrong with my maven. How can I get more debug information ? --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in spac

Re: [Andromda-user] [Spring cartridge] [Spring Webflow!?]

2005-05-23 Thread Trudy Cool
It seems everone is being asked to post to ... http://galaxy.andromda.org/forum/viewforum.php?f=16 If you merely reply to not all interested parties will see it. Your reply came in my mail box, but doesn't appear in the 'forum'. Could you post it there so I can reply? Hasan

[Andromda-user] [Hibernate cartridge] [How does Generalization persist to DB in Hibernate/Andromda?]

2005-05-23 Thread safaa
[EMAIL PROTECTED] wrote: there are several strategies to hibernate inheritance one can choose from, here's a link where you can find a bit of information about that: you might consider visiting the hibernate website for more information (end of quote) Thanks for the pointer. I was able t

Re: [Andromda-user] [Spring cartridge] [Spring Webflow!?]

2005-05-23 Thread Gary Struthers
Wouter wrote Quote: The Spring Web Flow preview releases show a powerful capability in a more flexible MVC than BPM4STRUTS. (end of quote) I've looked at it too but I think it's overhyped, sure Spring is nice with all the IoC and everything, but I don't see the added value .. why would you

[Andromda-user] [Spring cartridge] [Spring Webflow!?]

2005-05-23 Thread Trudy Cool
Dear Wouter Quote: can you give an example why you think it is a better framework ? prhaps you can convince me to write that cartridge (end of quote) Please understand that I have been out of the server-side java development loop since about 2001. At that time Struts was maddeningly cr

Re: [Andromda-user] Unable to download andromda plug-in using Maven

2005-05-23 Thread Wouter Zoons
> You need to setup and project.properties or build.properties in the root > of your project that has a custom repository list. > > # Maven Properties > maven.repo.remote=http://team.andromda.org/maven,http://www.ibiblio.org/maven > > that's right, even better is to put that build.properties file

[Andromda-user] [Hibernate cartridge] [How does Generalization persist to DB in Hibernate/Andromda?]

2005-05-23 Thread [EMAIL PROTECTED]
there are several strategies to hibernate inheritance one can choose from, here's a link where you can find a bit of information about that: you might consider visiting the hibernate website for more information -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ ___

[Andromda-user] [Hibernate cartridge] [How does Generalization persist to DB in Hibernate/Andromda?] How does Generalization persist to DB in Hibernate/Andromda?

2005-05-23 Thread safaa
Hi All; I have two hibernate entities, A & B. A is parent and B is child of a generalization (i.e., B inhert from A). In the generated SQL scripts I get two tables one for A and one for B, but there is no reference to A in the B table (or B in the A table for that matter). I had to use an ag

Re: [Andromda-user] Unable to download andromda plug-in using Maven

2005-05-23 Thread Tim Dysinger
You need to setup and project.properties or build.properties in the root of your project that has a custom repository list. # Maven Properties maven.repo.remote=http://team.andromda.org/maven,http://www.ibiblio.org/maven On Mon, 2005-05-23 at 12:49 -0700, Jeevak Kasarkod wrote: > Hi, > > I foll

Re: [Andromda-user] Unable to download andromda plug-in using Maven

2005-05-23 Thread Chad Brandon
Please post your questions to the forum next time (http://forum.andromda.org). Did you add the http://team.andromda.org/maven repository to your build.properties? (I don't see that it tried to download from there..which is where the plugin resides). Chad Jeevak Kasarkod wrote: Hi, I foll

[Andromda-user] Unable to download andromda plug-in using Maven

2005-05-23 Thread Jeevak Kasarkod
Hi, I followed the instructions on the AndroMDA “getting started” page but it fails to locate the plug-in. I have attached the trace below. The link from which it tries to get the plugin does not host version 3.0   Directory C:\Documents and Settings\jkasarkod\.maven\repository does not

[Andromda-user] [Spring cartridge] [Spring Webflow!?]

2005-05-23 Thread [EMAIL PROTECTED]
Quote: The Spring Web Flow preview releases show a powerful capability in a more flexible MVC than BPM4STRUTS. (end of quote) I've looked at it too but I think it's overhyped, sure Spring is nice with all the IoC and everything, but I don't see the added value .. why would you need a more

[Andromda-user] [Newbie corner] [error parsing XMI]

2005-05-23 Thread [EMAIL PROTECTED]
You shouldn't have the UML_Standard_Profile.xml in your model, with you shouldn't have any external modules in your model except for the andromda-profile--xml.zip. Remove those from your model and make sure you have the andromda-profile referenced in your model. If you generated your app wi

[Andromda-user] [Newbie corner] [error parsing XMI]

2005-05-23 Thread dan
more info... I am using magicdraw exporting to XMI 1.1 or 1.2. I had to copy the magic draw UML_Standard_Profile.xml file into the same dir as a reference. If you dont know an answer, please share any thoughts. I have simplified my model file down to the most basic, but get the same error.

[Andromda-user] [Spring cartridge] [Spring Webflow!?]

2005-05-23 Thread [EMAIL PROTECTED]
Well when you do have time, contributions are welcome :) Yes I think you'd be better off if you used bpm4struts because we should be able to pretty much model the same for something like spring web flow. -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org __

Re: [Andromda-user] Decimal / Currency / Percentage Datatypes?

2005-05-23 Thread Chad Brandon
Hi Tomas, can post questions to the fourm instead? http://forum.andromda.org. Thanks, Chad Thomas Schapitz wrote: Hi there, does anybody has a good solution for handling this short of inventing your own db-mapping and/or meta-facade? As of V3.0 there are the following problems: - there is

[Andromda-user] [Spring cartridge] [Spring Webflow!?]

2005-05-23 Thread Trudy Cool
Quote: Work isn't correctly underway, however we've been thinking of adding something like this to the spring cartridge, it just comes down to making the time (end of quote) I'd love to help with something like that, but my obligations, for at least the next 9 months, don't permit. I can

[Andromda-user] Decimal / Currency / Percentage Datatypes?

2005-05-23 Thread Thomas Schapitz
Hi there, does anybody has a good solution for handling this short of inventing your own db-mapping and/or meta-facade? As of V3.0 there are the following problems: - there is no way of specifying the number of decimals for a datatype::Decimal consequence: for HSQL it is generated as DECIMAL w

[Andromda-user] [Spring cartridge] [Spring Webflow!?]

2005-05-23 Thread [EMAIL PROTECTED]
Work isn't correctly underway, however we've been thinking of adding something like this to the spring cartridge, it just comes down to making the time :) -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org _ Reply to the post : htt

[Andromda-user] [Newbie corner] [maven.andromda.configuration.uri]

2005-05-23 Thread gehel
As always, my mistake... Great work. This config file looks much nicer than having everything in the project.xml. I'll have a better look at this tomorow. Thanks a lot ! _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.

[Andromda-user] [Spring cartridge] [Spring Webflow!?] Spring Webflow!?

2005-05-23 Thread Trudy Cool
The Spring Web Flow preview releases show a powerful capability in a more flexible MVC than BPM4STRUTS. There is a great Eclipse plugin called Gaijin for automatically generating WebFlow front-ends. Unfortunately Gaijin's diagramming is not UML! Is there work underway to do, in the Sprin

[Andromda-user] [Modeling Patterns] [modelling best practices]

2005-05-23 Thread tequila
That would be fantastic! I've filed the following JIRA issue: http://galaxy.andromda.org:8080/jira/browse/SPRING-75. Thanks for your quick help :). regards _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=382#382 Po

Re: AW: AW: [Andromda-user] Change to the way AndroMDA is configured

2005-05-23 Thread Chad Brandon
[EMAIL PROTECTED] wrote: Thanks Chad, The cartridge seems to be ok - now I'm fighting with my project, because there`s nothing generated If you have the cartridgeFilter property defined, make sure its a valid property or value, otherwise everything will be filtered out and nothing process

[Andromda-user] [Modeling Patterns] [modelling best practices]

2005-05-23 Thread [EMAIL PROTECTED]
Quote: My question is, how exactly should i model these 4 classes and their relationships so that the cartridges understand what i'm on about? Two approaches come to mind: * draw a <> generalization between Event and Attendable and mark Attendable <>. also draw a <> relationship between E

AW: AW: [Andromda-user] Change to the way AndroMDA is configured

2005-05-23 Thread T.Plodeck
Thanks Chad, The cartridge seems to be ok - now I'm fighting with my project, because there`s nothing generated ;) Timo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Chad Brandon > Gesendet: Montag, 23. Mai 2005 15:44 > An: andromda-

Re: AW: [Andromda-user] Change to the way AndroMDA is configured

2005-05-23 Thread Chad Brandon
Hi Timo, Take a look at one of the cartridges in CVS, basically you need 2 configuration files now, one to build your cartridge, and one to run the tests. If you look in andromda-all/cartridges/project.properties, you'll see 2 properties defined there: # The configuration file for generatin

[Andromda-user] [Newbie corner] [modelling best practices] modelling

2005-05-23 Thread tequila
Hey Wouter, I'll try to be more specific. My domain model contains two Entities: Venue, Place. Both are 'Attendable'. Users can attend an Attendable. This means they are either attending an Event or a Venue. But Venue and Place are also of type 'Resource'. Resources can be indexed by a

[Andromda-user] [Newbie corner] [maven.andromda.configuration.uri]

2005-05-23 Thread [EMAIL PROTECTED]
You're looking at the wrong documentation for the nightly build, take a look here: http://team.andromda.org/docs/maven-andromda-plugin/properties.html -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org _ Reply to the post : http://

[Andromda-user] [Newbie corner] [maven.andromda.configuration.uri] maven.andromda.configuration.uri

2005-05-23 Thread gehel
Not sure it is the right place to post that, but ... I ran maven on a project that was working last friday. I'm using 3.1-M1-SNAPSHOT, so I guess there was an update this week-end. I now get this error : Please define the location of your AndroMDA configuration by setting a value for proper

[Andromda-user] [Newbie corner] [applicationContext.xml vs. beanRefFactory.xml]

2005-05-23 Thread [EMAIL PROTECTED]
search for the ServiceLocator class and use it by calling its methods, isn't it generated ? -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=376#376 Posting

[Andromda-user] [Bpm4Struts cartridge] [Tablelinks]

2005-05-23 Thread [EMAIL PROTECTED]
yes, the parameters are always taken from the row instance since 3.1-M1 I'm really sorry this breaks your application but we felt it necessary to have the feature working this way, otherwise it would become very hard to have row fields submitting for columns that aren't modeled you might c

AW: [Andromda-user] Change to the way AndroMDA is configured

2005-05-23 Thread T.Plodeck
Hi Chad, I'm using the nightly build and I'm not realy sure what I have to do in order to build my cartridge. Where do I have to put the new configuration file in and from where do I have to reference this file? I only found the docs for the configuration of this file. At the moment I can't

[Andromda-user] [Bpm4Struts cartridge] [Tablelinks] Tablelinks

2005-05-23 Thread guersoy
Hi, I updated my project to 3.1-M1-SNAPSHOT. Did you change something regarding the tablelinks? I use parameter that are not in the table. Wouter fixed it when the parameter has a name that is not matching any of the column names the value will be read from the form instead. This worked for

[Andromda-user] [Newbie corner] [How to integrate with Eclipse environment?]

2005-05-23 Thread donaghy
Quote: What's the best practices for integrate with eclipse env? Thoughts? Experiences? (end of quote) Concider using the jars from the maven repository. I suggest using a global variable in Eclipse. Project > Properties > Java Build Path > Libraries > Add Variable > Configure Variables >

[Andromda-user] [Newbie corner] [applicationContext.xml vs. beanRefFactory.xml]

2005-05-23 Thread baki
Can you send code sample for that please? I would use that happily if i knew how... 8) _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=371#371 Posting to http://forum.andromda.org/ is preferred over posting to the mail

[Andromda-user] [Newbie corner] [modelling best practices]

2005-05-23 Thread [EMAIL PROTECTED]
Those cartridges do not support the kind of inheritance you are looking for, the cartridges have been designed to generate code in a very straightforward way and adhering to best-practices that are proven to work I'm not sure what exactly you are trying to achieve with multiple inheritance u

[Andromda-user] [Samples] [Deploying Car-Rental-System sample in JBOSS]

2005-05-23 Thread [EMAIL PROTECTED]
The HSQLDB driver is loaded from your JBoss server's /lib directory. So make sure you have this entry in ${user.home}/build.properties: jboss.config=default If you have configured this, and JBOSS_HOME points to the location of your JBoss installation, then the maven.xml script will find the ja