|
Hi,
I got the ejb catridge running properly
(entity-beans, session-beans outlets). Now, I was trying to generate the
ValueObject. So I added
<outlet cartridge="java"
outlet="value-objects" dir="${gensrc}"
/> to the ant build.xml file and created a simple
class in the UML diagram with the <<ValueObject>> stereotype. My
value object class has no associations and is located in the same package es ejb
classes.
I see the following in the output:
[andromda] CartridgeFinder: Cartridge found:
ejb
[andromda] CartridgeFinder: Cartridge found: java But the class is not generated :(
There're no error reports (not found templates) in
the velocity.log.
Of course, I get the "Different storage version"
Exception in the mdr.log, but as I've read in the archives, it's
normal.
Is there anything special I should take care about
when creating the ValueObjects in UML? I'm using Poseidon.
BTW, I've seen that the Namespace attribute of the
ValueObject stereotype in the examples is set to org.andomda.defaultprofile.
Does it have any meaning?
Cheers,
AnD
|
