RE: [Andromda-user] Build fail

2005-01-10 Thread ngocbao bui
Hi, I have tried but I don't understand much the error message.     ... at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)    at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)    at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)

RE: [Andromda-user] Build fail

2005-01-10 Thread Chad Brandon
Run maven with the –e flag, that will print the exception.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ngocbao bui Sent: Monday, January 10, 2005 9:35 PM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] Build fail   Hi, I tried to ru

[Andromda-user] Build fail

2005-01-10 Thread ngocbao bui
Hi, I tried to run maven for the project, it failed with the message Unable to obtain goal [multiproject:install-callback]--C:\Project\Products\stockonline_cmp\core\maven.xml:20:31: Unexpected error. I downloaded maven plugin and built again but it was still the same. I read the thread about simi

RE: [Andromda-user] Datatype changed

2005-01-10 Thread Chad Brandon
Hi Betty,   I’m not sure what’s going on, the types shouldn’t be different.  If you send me your project as a zip file, I can take a look.   Chad   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ngocbao bui Sent: Monday, January 10, 2005 5:46 PM To: andromda-us

[Andromda-user] many-to-many relationship not saving data to index table in MySQL from Hibernate

2005-01-10 Thread Chris Sterling
We have a many relationship such as: foobars    - Foo - * <>---> 1..* - Bar - This relationship seems to create three tables: FOO, BAR, FOOBARS.  We create a new Foo along with setFoobars(C

RE: [Andromda-user] Problem generate POJO with spring cartridge

2005-01-10 Thread Chad Brandon
You have your attributes modeled as public?  What version of Magic Draw?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jarrod gan Sent: Monday, January 10, 2005 7:29 PM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] Problem generate POJO with s

[Andromda-user] Problem generate POJO with spring cartridge

2005-01-10 Thread jarrod gan
Hi, I tried to generate my POJO class with andromda-spring cartridge & Magicdraw. I'm using the entity namespace from the class diagram. Anyway, the generated classes seems missing the public keyword in every setter/getter method.       private java.lang.String agentName;    /** * */    ja

RE: [Andromda-user] many-to-many relationship not saving data to index table in MySQL from Hibernate

2005-01-10 Thread Chad Brandon
Hi Chris,   I use the cartridge extensively however I usually never use many-to-many relationships so I haven’t seen your problem.  Could it be related to what you were running into before with the inverse=”true” flag?  If not and you find a solution, can you please post a patch to the SP

[Andromda-user] Datatype changed

2005-01-10 Thread ngocbao bui
Hi, There is something in the generated code I cannot understand. One entity bean named Account has one business method "public void update(float amount)". When looking at class AccountBean and AccountBeanImpl, I saw the difference in the type of parameter "amount"    AccountBean: public abstract v

RE: [Andromda-user] Antlr issue

2005-01-10 Thread Chad Brandon
Great! You’re welcome :) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 10, 2005 1:55 PM To: Chad Brandon Cc: andromda-user@lists.sourceforge.net Subject: RE: [Andromda-user] Antlr issue Deleting th

RE: [Andromda-user] Antlr issue

2005-01-10 Thread gary . pinkham
Deleting the jar in my maven repo and running the build again worked.. Thanks a million!! "Chad Brandon" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/10/2005 11:46 AM                 To:        <[EMAIL PROTECTED]>,         cc:                 Subject:        RE: [A

RE: [Andromda-user] Problems running animalquiz example

2005-01-10 Thread Tom Morris
Another possibility, if you have the option, is to use JBoss 3.2.6. The samples work out of the box there with no modifications. Tom > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Simon Gilligan > Sent: Monday, January 10, 2005 8:17 AM > To: T

RE: [Andromda-user] POJO facade and Hibernate cartridge

2005-01-10 Thread Chad Brandon
Why don’t you just try the Spring cartridge, that already does that.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TIZZANO Marc Sent: Monday, January 10, 2005 1:07 AM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] POJO facade and Hibernate cart

RE: [Andromda-user] Antlr issue

2005-01-10 Thread Chad Brandon
Yeah Maven isn’t so great about verifying complete jars, I think they’re planning on fixing this sometime in the future.  Try deleting your existing antlr jar in your repository and build online again and it should pull down a complete jar.   From: [EMAIL PROTECTED] [mailto:[EMAIL

[Andromda-user] Antlr issue

2005-01-10 Thread gary . pinkham
When I try to deploy my first test project built with AndroMDA into Websphere it complains about the Antlr-2.7.2.jar file..   I did a jar tvf on the file and saw this error at the end...  64220 Sun Jan 19 16:47:12 EST 2003 antlr/CppCodeGenerator.class    700 Sun Jan 19 16:47:12 EST 2003 antlr/Def

RE: [Andromda-user] GUI Development

2005-01-10 Thread Wouter Zoons
Hi Reggie, I still don't really see what you mean with 'customized GUI information' and 'model files' .. which xml files are you talking about ? It's not too complex: we generate JSPs from the model into the /target/src directory, by default they are overwritten everytime, just move those files y

RE: [Andromda-user] Problems running animalquiz example

2005-01-10 Thread Chad Brandon
Yeah that should do it, looks like exactly the same problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Gilligan Sent: Monday, January 10, 2005 6:17 AM To: Thomas Keller Cc: andromda-user@lists.sourceforge.net Subject: Re: [Andromda-user] Proble

Re: [Andromda-user] Problems running animalquiz example

2005-01-10 Thread Simon Gilligan
Hi Thomas, This may be similar to the problem I've just encountered (see previous mail, subject 'Animal Quiz sample - OS X probs'). Chad responded with this comment: "Try removing the jboss-ws4ee.sar file from your jboss configuration's deploy directory, Jboss 4.x bundles axis libraries in that

[Andromda-user] Problems with init scripts of animal sample

2005-01-10 Thread Thomas Keller
Wouter wrote: > Hi Thomas, could you please subscribe to the mailing list and repost > your email ? We have had problems before where people we're replying > to messages sent by someone that was not subscribed (so it never > reached that person). I did sent my last email directly to Matthias Bohlen

[Andromda-user] Problems running animalquiz example

2005-01-10 Thread Thomas Keller
Hello there! I'm currently trying out the supplied animal quiz application. I managed it to get to its main screen where I can pick an animal and can click on "got one". After actually doing this I got a "null (java.lang.Exception)" message in a red box. JBoss' output tells me that it ca

Re: [Andromda-user] Specifying client side processing

2005-01-10 Thread Frederic Chapuis
Hi Wouter, Do you mean having a deferred operation on the FrontEndView will generate something (and what if any ?) in the current version of the cartridge ? Fred. - Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "Frederic Chapuis" <[EMAIL PROTECTED]> Cc: "AndroMDA Users

Re: [Andromda-user] Specifying client side processing

2005-01-10 Thread Wouter Zoons
sorry for the confusion, no I meant it would be an alternative and possibly easier solution there is currently no implementation for your request > Hi Wouter, > > Do you mean having a deferred operation on the FrontEndView will generate > something > (and what if any ?) in the current version of

RE: [Andromda-user] GUI Development

2005-01-10 Thread Reggie Guevara
Hi Wouter, I emailed this in reply to your private reply before the New Year, but didn't get a response, so I am reposting it: Oh sorry! Can't the "source files" for the "complete application" can be categorized into "manually created", "AndroMDA generated", and "AndroMDA modified"? So I meant

Re: [Andromda-user] Specifying client side processing

2005-01-10 Thread Wouter Zoons
hi Frederic, this is an interesting idea .. and I think it is possible to implement it because the JMI API exposes interfaces to use swimlanes (http://team.andromda.org/docs/jmi-uml1.4/org/omg/uml/behavioralelements/activitygraphs/Partition.html) we'll be upgrading our wiki to use confluence soon

[Andromda-user] Re: [Andromda-devel] Hibernate cartridge - columnLength

2005-01-10 Thread Walter Mourão
What hibernate version are you using ? I had the same trouble some time ago... --- Walter Itamar Mourão - Diretor de Tecnologia e Projetos - Arcadian S/A www.arcadian.com.br "Luciana Nunes Leal" <[EMAIL PROTECTED]> writes:

[Andromda-user] Specifying client side processing

2005-01-10 Thread Frederic Chapuis
Hello, I'm looking for a way of specifying client side processing in the activity graphs and therefore, was wondering if there was a way (in the BPM4Struts cartridge) to determine the swimlane an action state belongs to. Thus having a swimlane stereotyped as <> could "hold" action states represen

[Andromda-user] POJO facade and Hibernate cartridge

2005-01-10 Thread TIZZANO Marc
Hi,   Is it possible,  with Hibernate-cartridge, to have a Service facade as POJO and not as EJB ? I saw that there is a Service stereotype in Java-cartridge, but i can't manage to use it.   Thank you   Marc

Re: [Andromda-user] (no subject)

2005-01-10 Thread Erwin Teseling
If I am not mistaken I think you need to make those attributes public in your uml model and then I think the cartridge generates the accessor methods on your interface (either local/remote or both depending on what you defined in the tagged value for your entity bean). Erwin ngocbao bui wrote: