Re: [Andromda-user] Anybody using AndroMDA on Fedora 2?

2004-11-04 Thread Chad Brandon
You could turn debug on (its in the log4.xml file in the andromda-core.jar) and see where its stopping. - Original Message - From: "Roy Feldman" <[EMAIL PROTECTED]> To: "Andromda User" <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 7:28 PM Subject: [Andromda-user] Anybody using An

[Andromda-user] Anybody using AndroMDA on Fedora 2?

2004-11-04 Thread Roy Feldman
Hi all, Much to my glee, I just got a new workstation and I installed Fedora 2 Linux. Much to my dismay, I discovered that I when I try to run the AndroMDAGenTask it hangs. Everything works find on my "old" workstation, running Fedora 1, with a 2.4 kernel with Java 1.4. Simple Ant files work

Re: [Andromda-user] jmiuml14di.jar

2004-11-04 Thread Chad Brandon
Those interfaces were generated by MDR, if you take a look inside the jar you'll see an XML file called "M2_DiagramInterchangeModel.xml". That was used by MDR to generate the interfaces. Gentelware used MDR to generate the classes in that jar. There's a plain uml14.jar that MDR distributes

Re: [Andromda-user] jmiuml14di.jar

2004-11-04 Thread Chad Brandon
The classes in the jar were generated by MDR, it doesn't instruct MDR to load models (another API does that), however it is used by MDR to instantiate the meta model contained in the jar (UML 1.4). The classes that implement the interfaces in the jar are created at runtime by MDR (the jar only

Re: [Andromda-user] jmiuml14di.jar

2004-11-04 Thread Alexandre Torres
those interfaces were handwrited ? or generated by some tool from an UML metamodel ? maybe distributed by OMG ? or build by gentlewere? so many doubts ... :) Humm, and it's free for use even without poseidon ? I imagine if it's possible to generate those interfaces for older UML specs. Thanks for

[Andromda-user] jmiuml14di.jar

2004-11-04 Thread Alexandre Torres
Hi This jar is the magic one that instructs MDR to load models. Well , where it came from ? is it AndroMDA part or third party? is it free or generated? There is source anywhere , documentation? Thanks :) --- This SF.Net email is sponsored by:

Re: [Andromda-user] Andromda linux error

2004-11-04 Thread Chad Brandon
Ok so that was probably before I fixed the bug, what you can do is upgrade, or you can place this file over the existing one in org.andromda.core.common and I'm pretty sure that should take care of it (its been a while), let me know if that doesn't fix it. Chad - Original Message - Fro

Re: [Andromda-user] Andromda linux error

2004-11-04 Thread Walter Mourão
Suse 9 andromda3-M3 (19/07/2004, I think) Thanks, Walter "Chad Brandon" <[EMAIL PROTECTED]> writes: >What flavor of linux are you using? A history of the files is written >out >to the system temp directory, I know it works fine on suse linux (thats >the >OS our nightly build runs on). From

Re: [Andromda-user] Andromda linux error

2004-11-04 Thread Chad Brandon
What flavor of linux are you using? A history of the files is written out to the system temp directory, I know it works fine on suse linux (thats the OS our nightly build runs on). From what date is 3-M3, there was an issue with this a while ago (that Martin ran into), but I fixed it. Chad --

Re: [Andromda-user] Andromda linux error

2004-11-04 Thread Walter Mourão
andromda 3-M3 I'm using Ant 1.6.1 The project was created "by hand" I didn't copy the ant/lib jars, but this project was working fine in Windows XP, and before the error, a lot of files were generated correctly. walter. Martin West <[EMAIL PROTECTED]> writes: >which version? >are you using ant o

Re: [Andromda-user] Andromda linux error

2004-11-04 Thread Martin West
which version? are you using ant or maven? How did you create the project? Did you copy the ant/lib jars to your project lib directory? On Thu, 2004-11-04 at 19:30, Walter MourÃo wrote: > Hi folks, > I started using andromda in Linux and I've got the following error: > > [andromda] INFO [Andro

[Andromda-user] Andromda linux error

2004-11-04 Thread Walter Mourão
Hi folks, I started using andromda in Linux and I've got the following error: [andromda] INFO [AndroMDA:arcadian-hibernate] Output: 'file:/mnt/Segate40/Gen/projetos/DER-gen/../DER/src/generated/hibernate/org/andromda/persistence/hibernate/HibernateByteBlobType.java' [andromda] INFO [AndroMDA:

Re: [Andromda-user] Generation with problems.

2004-11-04 Thread Chad Brandon
- Original Message - From: "Alexandre Torres" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 5:02 AM Subject: [Andromda-user] Generation with problems. I'm getting an error in generation. It happens in the Velocity Log: 2004-11-03 21:11:20,750 - Velocimacro

Re: [Andromda-user] ServletException No getter method for propertyaDate of bean org.apache.struts.taglib.html.BEAN

2004-11-04 Thread Chad Brandon
-- Yeah sorry, I guess I should have said: it will fail if it has a capital right after a single lower case letter (i.e. 'aDate') I changed to anyDate and that worked - thanks On Thu, 2004-11-04 at 14:13, Chad Brandon wrote: Hi Martin, You can't have a property that is structured like this 'aProp

Re: [Andromda-user] ServletException No getter method for property aDate of bean org.apache.struts.taglib.html.BEAN

2004-11-04 Thread Martin West
I changed to anyDate and that worked - thanks On Thu, 2004-11-04 at 14:13, Chad Brandon wrote: > Hi Martin, > > You can't have a property that is structured like this 'aProperty'. (has a > capital in the middle of the name) Its a bug in commons-beanutils (which > struts uses), we've filed a bu

[Fwd: Re: [Andromda-user] ServletException No getter method for property aDate of bean org.apache.struts.taglib.html.BEAN]

2004-11-04 Thread Martin West
-Forwarded Message- From: Martin West <[EMAIL PROTECTED]> To: Chad Brandon <[EMAIL PROTECTED]> Subject: Re: [Andromda-user] ServletException No getter method for property aDate of bean org.apache.struts.taglib.html.BEAN Date: Thu, 04 Nov 2004 14:32:38 + Thanks, but the online store ha

Re: [Andromda-user] UML support - Is AndroMDA a true open source initiative

2004-11-04 Thread Chad Brandon
AndroMDA uses MDR as a pluggable repository implementation, currently thats the only one that has been written (and is the default), however if there is another other tool (like MDR) that reads and writes XMI documents then we can easily create a pluggable repository implementation for that tool

Re: [Andromda-user] ServletException No getter method for property aDate of bean org.apache.struts.taglib.html.BEAN

2004-11-04 Thread Chad Brandon
Hi Martin, You can't have a property that is structured like this 'aProperty'. (has a capital in the middle of the name) Its a bug in commons-beanutils (which struts uses), we've filed a bug report. Chad - Original Message - From: "Martin West" <[EMAIL PROTECTED]> To: "Andromda User" <

Fwd: [Andromda-user] UML support - Is AndroMDA a true open source initiative

2004-11-04 Thread Alexandre Torres
Well, so it's a question of support for XMI files, and tools like AndroMDA may put some discipline in the UML modeling world where each tool uses it's own format to save models. The tools tend to use common XMI to connect better with tools like AndroMDA or loose market. This is a very good point to

[Andromda-user] ServletException No getter method for property aDate of bean org.apache.struts.taglib.html.BEAN

2004-11-04 Thread Martin West
I added a date field, which I mimicked from the OnlineStore but I get the above error when I try to dispay the page. I have the same jar set as the online store app. Any suggestions? -- Martin West Head of Product Design and Development http://www.star-map.net +44(0)207 318 0308 +44(0)787 968 0

Re: [Andromda-user] Generation with problems.

2004-11-04 Thread Wouter Zoons
hi Alexandre, please also include the AndroMDA user mailing list in your replies .. other people might also be interested to read what we have to say, thanks > Thanks Wouter and Stefan. > My model seems to adhere to Car-rental (animal quiz is magic draw and > Im trying poseidon). Let me check wit

Re: [Andromda-user] Generation with problems.

2004-11-04 Thread Wouter Zoons
> How did I done this: > 1.I instaled Maven as in the site. It created the repository in my Home. > 2. I changed the prop file to include andromda site > 3. I created the project as in the manual > 4. I created a simple model in poseidon CE > 5 I run in proj directory > maven > UML is too flexible

Re: [Andromda-user] Generation with problems.

2004-11-04 Thread Stefan Siegl
Alexandre Torres wrote: Note: when I type maven again, It seems to check each file again in the net. It takes a long time doing it. Thanks Although I could not help you on the other issue, try "maven -o" to force maven to use your local repository. Stefan -

[Andromda-user] Generation with problems.

2004-11-04 Thread Alexandre Torres
I'm getting an error in generation. It happens in the Velocity Log: 2004-11-03 21:11:20,750 - Velocimacro : adding VMs from VM library template : VM_global_library.vm 2004-11-03 21:11:20,750 - ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. 2004-11-03 21:11

Re: [Andromda-user] [INFO] UML Tools for AndroMDA

2004-11-04 Thread Daniel S. Haischt
Yep, that is unfortunatly true. The current status quo as explained in one of my mails is: - If John Doe wants ArgoUML support (aka UML 1.3) there must be an UML 1.3 metafacade as I understood. - If John Doe wants EclipseUML2 support there must be an UML 2.0 metafacade. [...] Lofi Dewanto w

Re: [Andromda-user] UML support - Is AndroMDA a true open source initiative

2004-11-04 Thread Daniel S. Haischt
Hello, Alexandre Torres wrote: Ok, but Argo exports xmi. I can even read XMI argo in poseidon comunity edition. It has stereotypes and tagged values. Alas, poseidon is build over Argo, so it should not be that difficult to understand XMI from Argo. Basically other AndroMDA developer already explain

[Andromda-user] something weird in the EJB module

2004-11-04 Thread Wouter Zoons
hi guys, I noticed something strange in the template J2EE project, it seems that my project is properly working (Struts-SLSB-Hibernate) but when I want to lookup a SLSB (Stateless Session Bean) I get an NPE (NullPointerException) the strange thing is that it only occurs when I lookup the local ho

Re: [Andromda-user] [INFO] UML Tools for AndroMDA

2004-11-04 Thread Lofi Dewanto
Hi Daniel, > I am currently downloading EclipseUML studio. BTW - For > all students out there: You will get EclipseUML for free > if you beg one of your profs to apply for an academic > license ;-) > > Unfortunatly in the past EclipseUML Studio did not support: > > * XMI exports > * More then one