Hi,
I am trying to export xmi for further use in a
j2ee codegen tool called andromda.
-
http://andromda.org/the andromda guys state that xmi comes in a variety of dialects, and they (until now)only support poseidons and magic draws xmi.
I found a bridge to convert between the various dialects
and downloaded an evaluation version
-
http://www.metaintegration.net/Products/MIMB/when I specify "Unisys Rose XMI Interchange" as import format for an EA generated XMI (with option Unisys/Rose checked), the bridge outputs the following:
<STATUS> (l10:2) Loading the model 'EA Model'
<WARNING> (l29:8) Could not find the object's id
<WARNING> (l49:8) Could not find the object's id
<FATAL> (l49:8) The object "EJBSessionHomeInterface" is not of the expected type: OBJECT instead of OPERATION <Monday, December 01, 2003 17:49:49>
<VISUAL MODEL BRIDGE> An error occured while importing. The model has not been imported. <Monday, December 01, 2003 17:49:49>
Now I am not sure whether my usage of stereotypes is the problem or the xmi export is simply useless (sorry - I don't mean this as an insult, I just need to let off some frustration).
Needless to say that the stereotypes I use for my classes specify "class" as base class, and the ones for my associations specify "association".
regards,
Olaf