vote up 1 vote down star
1

I am trying to convert UML 1.3 - XMI 1.1 file exported from PowerDesigner to UML 2.1 XMI Interchange Model from Rational Software Architect.

flag

0% accept rate
I done an analysis and find couple more on the internet that proves that XMI is not supported accross the tools although each claims to do so. I would like to know how did you solve the problem. – Jenea Jun 7 at 21:06
I didn't solve it, I use PowerDesigner for now. – DFG Jun 9 at 11:33

3 Answers

vote up 0 vote down

I found that XMI v1.3 exported models from Power Designer v10 (v12 also does the same if I don't recall bad) does not export any UML diagram (read: class, activities, use case diagrams) so no transformation can solve the problem then, since there is no data about the diagrams at all.

Any clues about Power Designer new releases, updates, fixes, patches ?

link|flag
vote up 0 vote down

The XMI, though a standard, is not implemented unifromly across tools. Altova UModel is the closest thing to the XMI standard. However, it is costly, so you can work with EA It enables you to import XMI of different versions and also XMI into different versions, but some of your data may get lost.

The best way to do a translation from XMI 1.3 to XMI 2.1 is actually tranlating it through XSLT as both XMI1.3 and XMI2.1 are XML formats only.

link|flag
vote up 1 vote down

If RSA won't import XMI 1.1 then you'll need to find another tool that will. Enterprise Architect by Sparx Systems can import XMI 1.1 and can write XMI 2.1. You can get a free 30 day trial from their website at http://www.sparxsystems.com. Be warned though that there are different dialects of XMI, so you may need to try a variety of tools and see which one works best. Good luck!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.