IL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Wouter Zoons
> Sent: Monday, December 13, 2004 10:16 AM
> To: Raf Haesen
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Andromda-user] problem with identifier attributes
>
> hi Raf,
>
> are you sure the datatypes are properly l
Hello all
I've got a very weird error: my own cartridges and example projects
work(ed) fine until I a added an own UML profile. As soon as I add the
profile in an example, the code generation fails: everything goes fine
except for identifier attributes, with I don't add manually and thus
should be
Hi all
I would like to generate a graphical user interface (based on Java Swing)
on top of the existing hibernate/ejb layer. Therefor i created a new
cartridge that creates the client package. As it uses the functionality
of the hibernate package, i want to import that package. If i add a
dependen
ECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: "'Raf Haesen'" <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]>
Subject: RE: [Andromda-user] NoClassDefFoundError while in classpath
Date: Fri, 27 Aug 2004 11:23:15 +0200
Hi Raf,
First of all you should set the grou
Hello all
I would like to extend my cartridge with the translation-validation library
to convert OCL
to java.. For my test-project i insert this dependency in 'project.xml':
andromda-bootstrap
andromda-validation-library
${pom.currentVersion}
I don'
Hello all
With my own cartridge I am able to generate a data-layer and a sort of
event-layer on top of that. Now I
would like to test some features in some third layer that simply calls a few
events from the event layer.
So I wanted to implement a client class that has a main method as follows:
Hello everybody
At this moment I am writing my own cartridge to generate some sort of
an event handler that calls methods in the several classes. All methods
in the entities are stereotyped and a "Service" class will model the
event handler. Can somebody give me some tips on how to program the
exte
Hello everybody
I'm trying to get started with AndroMDA 3.0M1... First of all, I got the
same error
as Benoit while downloading dependent packages. I changed currentVersion
in project.xml from 3.0M1 to 3.0M1-SNAPSHOT and it worked. Both examples
can be build, but after deployment in JBoss I got th