Book a Demo

Author Topic: EA and AndroMDA  (Read 3390 times)

Priyajeet

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
EA and AndroMDA
« on: June 26, 2006, 03:12:15 pm »
Does someone know how to, or know any examples showing how to convert an XMI exported by EA 6.1 to an XMI that can be accepted by AndroMDA.

The structure of the two XMIs that I see are different, and I get a parse error when using the XMI generated by EA (XMI ver 1.2) when compiling it with Maven and AndroMDA.

And the other way around too, like importin an XMI/XML profile from AndroMDA into EA.

Thanks much.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA and AndroMDA
« Reply #1 on: June 26, 2006, 06:56:25 pm »
I was able to get AndroMDA to read EA xmi by setting EA to exclude EA specific data in the export.

EA reading the profiles from AndroMDA is a bit more difficult as EA profiles are not XMI.

Priyajeet

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA and AndroMDA
« Reply #2 on: June 27, 2006, 12:31:57 pm »
Ok, this tim when I exported i checked the box "Exclude EA Tagged Values"

Is this what you meant ?

Didnt work.

got the error in maven

Unable to obtain goal [pom:install] -- C:\Documents and Settings\phora\.maven\ca
che\maven-andromda-plugin-3.2-SNAPSHOT\plugin.jelly:32:31: <ant:fail> org.androm
da.core.repository.RepositoryFacadeException: org.andromda.core.repository.Repos
itoryFacadeException: javax.jmi.xmi.MalformedXMIException: org.netbeans.lib.jmi.
util.DebugException: Name cannot be resolved: UML: Diagram.element


the UML diagram I created was simple just a Class named Person with 1 attribute of type string. Entity was the stereotype. Thats it.


thanks
« Last Edit: June 27, 2006, 12:51:13 pm by Priyajeet »

Priyajeet

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA and AndroMDA
« Reply #3 on: June 27, 2006, 12:51:00 pm »
ok, I went and got rid of that entire Diagram tag. Now it went through maven just fine.

Am I doing it correct ?

thanks

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA and AndroMDA
« Reply #4 on: June 27, 2006, 03:04:37 pm »
Yes, sorry.  I forgot about the diagrams also needing to be taken out.