Book a Demo

Author Topic: XMI Export  (Read 3469 times)

Tester

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
XMI Export
« on: March 19, 2004, 10:00:14 am »
Hi,

Im evaluating the latest 4 version as of 8 marsh. and Im having difficulties to export to XMI. I have tried all compations with DTD, Rose version, 1.0 1.1 but few other applications can read generated XMI
I have tried, Poseidon, ArgoUML, Visual Paradigm and Netbeans MDR.

I got one combination to work sometimes but then the Type-part of an attribute fell of ! When reinstalling to version 3.6 this happened too.

What has hapened to the XMI import/export module!?!?

/tester

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: XMI Export
« Reply #1 on: March 19, 2004, 10:45:43 am »
Could it be that since EA4 support UML2.0, the XMI includes new types of diagrams etc.... perhaps the other tools do not recognize those?
Overall, XMI is a big pain in the... big pain in UML, but I find EA being closer to standards that most of the others.

Bruno

Tester

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: XMI Export
« Reply #2 on: March 19, 2004, 11:08:43 am »
Some of it yes but after hacking the XMI some readers ...

* drop the type from attribute (including old 3.6)
* complain about UML:Namespace.ownedElement
* complain about circularity in  reference, bad reference"0..*" ?!
* complaint about an extra ModelElement.name for Package (name is not multivalue and name waspresent in UML:package tag)
* etc ..

Seems to be more that just diagram.

/tester

Tester

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: XMI Export
« Reply #3 on: March 19, 2004, 11:32:58 am »
More problmes are that whan hacking support for XMI 1.0 some attribute are changed...
* visibility from public to private
* changed into "static"

Ill report More probems as I encounter them.
/tester