eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

getting the selected model when loading a model from EMF Registry #410

Closed eclipse-modisco-bot closed 2 hours ago

eclipse-modisco-bot commented 2 hours ago

| --- | --- | | Bugzilla Link | 317297 | | Status | CLOSED WONTFIX | | Importance | P2 normal | | Reported | Jun 18, 2010 09:46 EDT | | Modified | Jan 11, 2011 04:48 EDT | | Version | 0.8.0 | | Reporter | Missing name |

Description

i try to load an UML model from the EMF Registy using the load Metamodel resource in a facet set.

i choose the registered package uri "http://www.eclipse.org/uml2/2.1.0/UML"

and the model loaded has this registered package uri is http://www.eclipse.org/uml2/3.0.0/UML

i don't understand why.

eclipse-modisco-bot commented 2 hours ago

By Fabien Giquel on Dec 13, 2010 08:57

Hello Tony,

that is uml2 eclipse components declaration which induces this behavior.

Here is an extract of "org.eclipse.uml2.uml plugin.xml" :

\ \ \ \ \ \ \ \ The three uris are declared implemented by the same EPackage class (wich has "http://www.eclipse.org/uml2/3.0.0/UML" uri). The declaration for two old uris respond to compatibility requirements.
eclipse-modisco-bot commented 2 hours ago

By Hugo Bruneliere on Jan 11, 2011 04:48

Not a MoDisco bug.