Detailed description: Bouml generates XMI 2.1 files which seems to be ok with eclipse UML editor but
can't be loaded by Acceleo reflective editor.
- Opening attached xmi file with Acceleo reflective editor leads to the
following errors :
PackageNotFoundException: Package with uri 'http://schema.omg.org/spec/XMI/2.1'
not found.
ClassNotFoundException: Class 'Documentation' not found.
PackageNotFoundException: Package with uri 'http://schema.omg.org/spec/UML/2.1'
not found.
ClassNotFoundException: Class 'Model' not found.
- Opening the same file with eclipse uml editor (right-click => Open with =>
UML Model Editor) works well.
Date: 2008-04-04 16:45
Sender: jmusset
connecté
user_id=10737
In Eclipse/EMF, it depends of your file extension...
If the name ends with .uml, the good UML resource factory
can be used.
In your case, you can open the file with the UML Editor but
Acceleo doen't know how to open a generic .xmi file.
I'm sure that You have the same problem with the Ecore
Reflective Editor.
If I'm wrong, you'll have to open another time this bug...