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
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
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
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
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
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:
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
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
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
--
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
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
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:
- 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
-- 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
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
-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
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
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" <
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
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
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
> 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
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
-
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
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
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
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
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
28 matches
Mail list logo