Book a Demo

Author Topic: Out of bound classifier in a XMI export package  (Read 3070 times)

Eiberle

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Out of bound classifier in a XMI export package
« on: October 09, 2015, 06:53:38 pm »
Hello all,

I have tried to export a package with diagram using components from another package which is not a sub-package of the exported package, something like this:

|
+- Common Package
|     +- Common_Component
+- Detail Package
|    +- Detail_Component
|    +- Detail_Diagram
    


The export went well, but after import the XMI file, the Detail_Diagram does only contain the Detail_Component but not the Common_Component of the exported package.

Is there a way to specify that the Export should simply copy the referenced components into the XMI file?

I am using Build 1214.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Out of bound classifier in a XMI export packag
« Reply #1 on: October 09, 2015, 07:36:24 pm »
No, xmi export works based on the repository structure, which is independent of what is shown on the diagrams.

Geert